[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.LineSpace

LineSpace Property

LineSpace

Gets or sets the line space between two adjacent lines.

Declaration
public int LineSpace { get; set; }
Public Property LineSpace As Integer
Property Value
Type Description
int

The int value that indicates the line space between two adjacent lines.
The default is 0.

Remarks

The LineSpace property indicates the spaces between text lines.

note

This property only takes effect when the Multiline property is true.

Exceptions
Type Condition
ArgumentOutOfRangeException

If value less than zero, an ArgumentOutOfRangeException will be thrown.