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


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

    Property Value

    ISheetDataModel object containing the data
    Remarks

    This property is available at run time only.

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

    Example
    This example returns the number of columns in the sheet to a list box.
    See Also