SequenceField
CaptionName Property
|
Returns or sets caption name
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string CaptionName { get; set; }
Public Property CaptionName As String
Get
Set
public:
property String^ CaptionName {
String^ get ();
void set (String^ value);
}
member CaptionName : string with get, set
Property Value
Type:
String
See Also