[]
Gets or sets the button's bottom margin in pixels relative to the cell.
public double MarginBottom { get; set; }
Public Property MarginBottom As Double
ButtonCellType button = new ButtonCellType();
button.MarginBottom = 6;
double marginBottom = button.MarginBottom;