ComHelperGetColumn Method |
Gets the column from a sheet with the specified index.
Namespace:
GemBox.Spreadsheet
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 43.0.35.1106
Syntaxpublic ExcelColumn GetColumn(
Object sheet,
int index
)
Public Function GetColumn (
sheet As Object,
index As Integer
) As ExcelColumn
Parameters
- sheet
- Type: SystemObject
The ExcelWorksheet instance from which to retrieve the column. - index
- Type: SystemInt32
The zero-based index of the column.
Return Value
Type:
ExcelColumnThe ExcelColumn instance of the specified index.
See Also