Class FormControl
Represents a base class form controls which are built in to Excel.
Inheritance
System.Object
FormControl
Inherited Members
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class FormControl : AbstractControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Properties
FillColor
Gets or sets the fill color of the control.
Declaration
public DrawingColor FillColor { get; set; }
Property Value
Type | Description |
---|---|
DrawingColor |
Url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |