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


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

    Parameters

    type

    Return Value

    The index of the last dirty column.
    See Also