XlsDocumentProperty Constructor (String, 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(
string strName,
Object value
)
Public Sub New (
strName As String,
value As Object
)
public:
XlsDocumentProperty(
String^ strName,
Object^ value
)
new :
strName : string *
value : Object -> XlsDocumentProperty
Parameters
-
strName
-
Type:
System
String
Property name.
-
value
-
Type:
System
Object
Property value.
See Also