[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ButtonCellType.MarginRight

MarginRight Property

MarginRight

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

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