ColumnHeaderRowAxisModel Property
Gets or sets the row information for the column header.
'Declaration
Public Property ColumnHeaderRowAxisModel As ISheetAxisModel
'Usage
Dim instance As SheetView
Dim value As ISheetAxisModel
instance.ColumnHeaderRowAxisModel = value
value = instance.ColumnHeaderRowAxisModel
public ISheetAxisModel ColumnHeaderRowAxisModel {get; set;}
Property Value
ISheetAxisModel object containing the row information
This example sets the sheet to have three rows of column headers, adds a span to the rows and sets the size of the first row of headers. A border is also placed around the spanned headers.