ConditionalFormatWrapper
DxfId Property
|
Gets or sets the DXF ID associated with the object.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int DxfId { get; set; }
Public Property DxfId As Integer
Get
Set
public:
virtual property int DxfId {
int get () sealed;
void set (int value) sealed;
}
abstract DxfId : int with get, set
override DxfId : int with get, set
Property Value
Type:
Int32
See Also