[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ButtonCellType.MarginBottom

MarginBottom Property

MarginBottom

Gets or sets the button's bottom margin in pixels relative to the cell.

Declaration
public double MarginBottom { get; set; }
Public Property MarginBottom As Double
Examples
ButtonCellType button = new ButtonCellType();
button.MarginBottom = 6;
double marginBottom = button.MarginBottom;