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