Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetLastDirtyRow Method


In This Topic
    GetLastDirtyRow Method
    In This Topic
    Gets the last dirty row index.
    Syntax
    'Declaration
     
    Public Function GetLastDirtyRow( _
       ByVal type As StorageType _
    ) As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim type As StorageType
    Dim value As Integer
     
    value = instance.GetLastDirtyRow(type)
    public int GetLastDirtyRow( 
       StorageType type
    )

    Parameters

    type

    Return Value

    The index of the last dirty row.
    See Also