'Declaration Public Shared Function CreateColumnsReferences( _
ByVal columnIndexIndex of the column.As System.Int32, _
ByVal columnCountThe column count.As System.Int32 _
) As CellReferences
public static CellReferences CreateColumnsReferences(
System.Int32 columnIndex,
System.Int32 columnCount
)
public: static CellReferences* CreateColumnsReferences(
System.Int32 columnIndex,
System.Int32 columnCount
)
public:
static CellReferences^ CreateColumnsReferences(
System.Int32 columnIndex,
System.Int32 columnCount
)
Parameters
- columnIndex
- Index of the column.
- columnCount
- The column count.
Return Value
The cell references to the columns.