Class ActiveXImage
Inherited Members
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ActiveXImage : ActiveXControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Fields
ImageClassId
Declaration
public const string ImageClassId = null
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
AutoSize
Specifies whether the control automatically resizes to display its entire contents.
Declaration
public bool AutoSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Remarks
2.5.2 AutoSize
BorderColor
Specifies the color of the border of the control.
Declaration
public long BorderColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Remarks
2.5.7 BorderColor
BorderStyle
Specifies the type of border used by the control.
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
Remarks
2.5.8 BorderStyle