Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

BuiltInPropertyType

Implements

IDocumentProperty..::..PropertyId

See Also