'Declaration Public Shared Function CreateColumn( _
ByVal columnIndexIndex of the column.As System.Int32 _
) As CellReference
public static CellReference CreateColumn(
System.Int32 columnIndex
)
public: static CellReference* CreateColumn(
System.Int32 columnIndex
)
public:
static CellReference^ CreateColumn(
System.Int32 columnIndex
)
Parameters
- columnIndex
- Index of the column.
Return Value
A new instance of CellReference class.