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
)
Public Sub New (
propertyId As BuiltInPropertyType,
value As Object
)
public:
XlsDocumentProperty(
BuiltInPropertyType propertyId,
Object^ value
)
new :
propertyId : BuiltInPropertyType *
value : Object -> XlsDocumentProperty
Parameters
-
propertyId
-
Type:
Spire.Xls
BuiltInPropertyType
Property id.
-
value
-
Type:
System
Object
Property value.
See Also