XlsConditionalFormat
DxfId Property
|
Gets or sets the DXF ID, which is a unique identifier for an entity in a DXF (Drawing Interchange Format) file.
Namespace:
Spire.Xls.Core.Spreadsheet
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