PdfTable
EndCellLayout Event
|
The event raised on having finished cell layout.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public event EndCellLayoutEventHandler EndCellLayout
Public Event EndCellLayout As EndCellLayoutEventHandler
public:
event EndCellLayoutEventHandler^ EndCellLayout {
void add (EndCellLayoutEventHandler^ value);
void remove (EndCellLayoutEventHandler^ value);
}
member EndCellLayout : IEvent<EndCellLayoutEventHandler,
EndCellLayoutEventArgs>
Value
Type:
Spire.Pdf.Tables
EndCellLayoutEventHandler
See Also