[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ButtonCellType

Class ButtonCellType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a button cell.

public class ButtonCellType : BaseCellType
Inheritance
object
ButtonCellType
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ButtonCellType()

Create a botton cell type.

public ButtonCellType()

Properties

ButtonBackColor

Gets or sets the button's background color.

public string ButtonBackColor { get; set; }

Property Value

string

MarginBottom

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

public double MarginBottom { get; set; }

Property Value

double

MarginLeft

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

public double MarginLeft { get; set; }

Property Value

double

MarginRight

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

public double MarginRight { get; set; }

Property Value

double

MarginTop

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

public double MarginTop { get; set; }

Property Value

double

Text

Gets or sets the button's content.

public string Text { get; set; }

Property Value

string