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


In This Topic
    ColumnHeaderRowAxisModel Property
    In This Topic
    Gets or sets the row information for the column header.
    Syntax
    '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
    Remarks

    This property is available at run time only.

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