Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SortFieldInfo Class / SortFieldInfo Constructor / SortFieldInfo Constructor(IWorksheet,Int32)


In This Topic
    SortFieldInfo Constructor(IWorksheet,Int32)
    In This Topic
    Initializes a new instance of the SortFieldInfo class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal worksheet As IWorksheet, _
       ByVal index As Integer _
    )
    'Usage
     
    Dim worksheet As IWorksheet
    Dim index As Integer
     
    Dim instance As New SortFieldInfo(worksheet, index)
    public SortFieldInfo( 
       IWorksheet worksheet,
       int index
    )

    Parameters

    worksheet
    index
    See Also