BeginCellLayoutEventArgs
Skip Property
|
Gets or sets a value indicating whether the value of this cell should be skipped.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Skip { get; set; }
Public Property Skip As Boolean
Get
Set
public:
property bool Skip {
bool get ();
void set (bool value);
}
member Skip : bool with get, set
Property Value
Type:
Boolean
See Also