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


In This Topic
    ColumnAxisModel Property
    In This Topic
    Gets or sets the column information for the sheet.
    Syntax
    'Declaration
     
    
    Public Property ColumnAxisModel As ISheetAxisModel
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ISheetAxisModel
     
    instance.ColumnAxisModel = value
     
    value = instance.ColumnAxisModel
    public ISheetAxisModel ColumnAxisModel {get; set;}

    Property Value

    ISheetAxisModel object containing the column information for the sheet
    Remarks
    This property is available at run time only.
    Example
    This example places values in all the cells and, in a button click event, returns the type of sort indicator used in the first column in a sheet with only five columns and eight rows.
    See Also