Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / GroupDataModel Constructor / GroupDataModel Constructor()
Example


In This Topic
    GroupDataModel Constructor()
    In This Topic
    Creates a new group data model.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New GroupDataModel()
    public GroupDataModel()
    Example
    This example returns the name of the column from the specified index.
    See Also