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


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

    Parameters

    type
    Type of grid line
    color
    Color of grid line
    See Also