Initializes a new instance of the XlsDocumentProperty class

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 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
BuiltInPropertyType
value
Object

See Also