Click or drag to resize

XlsDocumentProperty Constructor (BuiltInPropertyType, Object)

Initializes new instance of the class.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsDocumentProperty(
	BuiltInPropertyType propertyId,
	Object value
)

Parameters

propertyId
Type: Spire.Xls BuiltInPropertyType
Property id.
value
Type: System Object
Property value.
See Also