Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GridLine Class / GridLine Constructor / GridLine Constructor(GridLineType)
Type of grid line


In This Topic
    GridLine Constructor(GridLineType)
    In This Topic
    Creates a new grid line of the specified line type.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As GridLineType _
    )
    'Usage
     
    
    Dim type As GridLineType
     
    Dim instance As New GridLine(type)
    public GridLine( 
       GridLineType type
    )

    Parameters

    type
    Type of grid line
    See Also