XlsDocumentProperty
PropertyId Property
|
Returns / sets property id for built-in properties.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public BuiltInPropertyType PropertyId { get; set; }
Public Property PropertyId As BuiltInPropertyType
Get
Set
public:
virtual property BuiltInPropertyType PropertyId {
BuiltInPropertyType get () sealed;
void set (BuiltInPropertyType value) sealed;
}
abstract PropertyId : BuiltInPropertyType with get, set
override PropertyId : BuiltInPropertyType with get, set
Property Value
Type:
BuiltInPropertyType
Implements
IDocumentProperty
PropertyId
See Also