PdfTable
QueryRowCount Event
|
The event raised when the row number is requested.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public event QueryRowCountEventHandler QueryRowCount
Public Event QueryRowCount As QueryRowCountEventHandler
public:
event QueryRowCountEventHandler^ QueryRowCount {
void add (QueryRowCountEventHandler^ value);
void remove (QueryRowCountEventHandler^ value);
}
member QueryRowCount : IEvent<QueryRowCountEventHandler,
QueryRowCountEventArgs>
Value
Type:
Spire.Pdf.Tables
QueryRowCountEventHandler
See Also