Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / ColumnHeader Property


In This Topic
ColumnHeader Property (IWorksheet)
In This Topic
Gets the column header of a worksheet.
Syntax
'Declaration
 
ReadOnly Property ColumnHeader As IColumnHeader
 
'Usage
 
Dim instance As IWorksheet
Dim value As IColumnHeader
 
value = instance.ColumnHeader

Property Value

An IColumnHeader object represents the column header.
See Also