Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ICellsSupport Interface / Cells Property


In This Topic
    Cells Property (ICellsSupport)
    In This Topic
    Gets the two-dimensional collection of Cell objects.
    Syntax
    'Declaration
     
    ReadOnly Property Cells As Cells
    'Usage
     
    Dim instance As ICellsSupport
    Dim value As Cells
     
    value = instance.Cells
    Cells Cells {get;}

    Property Value

    The two-dimensional collection of Cell objects.
    See Also