Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / ColumnHeaderSpan Property


ColumnHeaderSpan Property
Gets or sets the column header span model.
Syntax
'Declaration
 
Public Property ColumnHeaderSpan As ISheetSpanModel
 
'Usage
 
Dim instance As SheetView.DocumentModels
Dim value As ISheetSpanModel
 
instance.ColumnHeaderSpan = value
 
value = instance.ColumnHeaderSpan
Exceptions
ExceptionDescription
Model is not specified (or specified value is null)
See Also