[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RadioButtonListCellType.VerticalSpacing

VerticalSpacing Property

VerticalSpacing

Gets or sets the vertical spacing in the radio button list.

Declaration
public int VerticalSpacing { get; set; }
Public Property VerticalSpacing As Integer
Examples
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.VerticalSpacing = 8;
int verticalSpacing = cellType.VerticalSpacing;