Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ColumnHeaderStyleModel Property
Example


In This Topic
    ColumnHeaderStyleModel Property
    In This Topic
    Gets or sets the cell types and other style settings for cells in the column header.
    Syntax
    'Declaration
     
    
    Public Property ColumnHeaderStyleModel As ISheetStyleModel
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ISheetStyleModel
     
    instance.ColumnHeaderStyleModel = value
     
    value = instance.ColumnHeaderStyleModel
    public ISheetStyleModel ColumnHeaderStyleModel {get; set;}

    Property Value

    ISheetStyleModel object containing the cell types and other style settings
    Remarks

    This property is available at run time only.

    To get or set the object for the row header, use the RowHeaderStyleModel property.

    Example
    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.
    See Also