DocumentProperty
PropertyId Property
|
Returns property id for built-in properties. Read-only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public BuiltInPropertyType PropertyId { get; }
Public ReadOnly Property PropertyId As BuiltInPropertyType
Get
public:
virtual property BuiltInPropertyType PropertyId {
BuiltInPropertyType get () sealed;
}
abstract PropertyId : BuiltInPropertyType with get
override PropertyId : BuiltInPropertyType with get
Property Value
Type:
BuiltInPropertyType
Implements
IDocumentProperty
PropertyId
See Also