FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > GridLine Class > GridLine Constructor : GridLine Constructor(GridLineType) |
'Declaration Public Function New( _ ByVal type As GridLineType _ )
'Usage Dim type As GridLineType Dim instance As New GridLine(type)
public GridLine( GridLineType type )
FarPoint.Win.Spread.GridLine gl = new FarPoint.Win.Spread.GridLine(GridLineType.Raised);
fpSpread1.ActiveSheet.HorizontalGridLine = gl;
textBox1.Text = fpSpread1.ActiveSheet.HorizontalGridLine.Type.ToString();
Dim gl As New FarPoint.Win.Spread.GridLine(GridLineType.Raised) FpSpread1.ActiveSheet.HorizontalGridLine = gl TextBox1.Text = FpSpread1.ActiveSheet.HorizontalGridLine.Type.ToString()
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8