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