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