[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBox.Padding

Padding Property

Padding

Gets or sets the blank size between the border and the content within the char box.

Declaration
public Padding Padding { get; set; }
Public Property Padding As Padding
Property Value
Type Description
Padding

A Padding indicates the paddings.
The default is "1,1,1,1".

Remarks

This property determines the distance between the input area of the CharBox and the border of it.