CellLayoutEventArgs
Value Property
|
Gets the value.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Value { get; }
Public ReadOnly Property Value As String
Get
public:
property String^ Value {
String^ get ();
}
member Value : string with get
Property Value
Type:
String
Remarks
The value might be null or an empty string,
which means that either no text were acquired or all
text was on the previous page.
See Also