Spread Silverlight Documentation
GetColumn Method (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : GetColumn Method
The zero-based index of the column.
If set to true. It will create the column if the column is null at the specified index when the index is in the valid range
Gets the column at the specified column index
Syntax
'Declaration
 
Function GetColumn( _
   ByVal index As System.Integer, _
   Optional ByVal create As System.Boolean _
) As IExcelColumn
'Usage
 
Dim instance As IExcelWorksheet
Dim index As System.Integer
Dim create As System.Boolean
Dim value As IExcelColumn
 
value = instance.GetColumn(index, create)
IExcelColumn GetColumn( 
   System.int index,
   System.bool create
)

Parameters

index
The zero-based index of the column.
create
If set to true. It will create the column if the column is null at the specified index when the index is in the valid range

Return Value

An IExcelColumn instance represent the column at the specified index
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members