Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / HeaderBase Class / Cells Property


In This Topic
    Cells Property (HeaderBase)
    In This Topic
    Gets the cells in the sheet header.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As Cells
    'Usage
     
    Dim instance As HeaderBase
    Dim value As Cells
     
    value = instance.Cells
    public Cells Cells {get;}

    Property Value

    A Cell object for the cells in the sheet header.
    See Also