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