SdtListItem Constructor (String, String)
|
Initializes a new instance of this class.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public SdtListItem(
string displayText,
string value
)
Public Sub New (
displayText As String,
value As String
)
public:
SdtListItem(
String^ displayText,
String^ value
)
new :
displayText : string *
value : string -> SdtListItem
Parameters
-
displayText
-
Type:
System
String
-
value
-
Type:
System
String
See Also