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(
	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
String
value
Object

See Also