ColumnCount Property (ISpreadsheet)
Gets the column count of the header.
'Declaration
ReadOnly Property ColumnCount As Integer
'Usage
Dim instance As ISpreadsheet
Dim value As Integer
value = instance.ColumnCount
Property Value
An integer value represents the column count of the header.