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


In This Topic
    ColumnHeaderSpanModel Property
    In This Topic
    Gets or sets the spanned cells for the column header.
    Syntax
    'Declaration
     
    
    Public Property ColumnHeaderSpanModel As ISheetSpanModel
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ISheetSpanModel
     
    instance.ColumnHeaderSpanModel = value
     
    value = instance.ColumnHeaderSpanModel
    public ISheetSpanModel ColumnHeaderSpanModel {get; set;}

    Property Value

    ISheetSpanModel object containing the spanned cells
    Remarks

    This property is available at run time only.

    To get or set the object for the row header, use the RowHeaderSpanModel 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