Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / Rows Property
Example


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

    Property Value

    The one-dimensional collection of Row objects.
    Example
    This example uses the Rows property.
    See Also