ExcelGetColumnHeaderRowCount Method
In This Topic
Gets the Excel XML column header row count.
Syntax
'Declaration
Function ExcelGetColumnHeaderRowCount( _
ByVal As Short _
) As Integer
'Usage
Dim instance As IExcelXml
Dim sheet As Short
Dim value As Integer
value = instance.ExcelGetColumnHeaderRowCount(sheet)
int ExcelGetColumnHeaderRowCount(
short
)
Parameters
- sheet
- Sheet index
See Also