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


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

    Property Value

    The two-dimensional collection of Cell objects.
    See Also