The event raised on starting cell lay outing.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public event BeginCellLayoutEventHandler BeginCellLayout
Public Event BeginCellLayout As BeginCellLayoutEventHandler
public: event BeginCellLayoutEventHandler^ BeginCellLayout { void add (BeginCellLayoutEventHandler^ value); void remove (BeginCellLayoutEventHandler^ value); }
member BeginCellLayout : IEvent<BeginCellLayoutEventHandler, BeginCellLayoutEventArgs>