Returns cell text.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Sub OnCellText ( _ args As CellTextEventArgs _ ) |
C# |
---|
public override void OnCellText( CellTextEventArgs args ) |
Visual C++ |
---|
public: virtual void OnCellText( CellTextEventArgs^ args ) override |
JavaScript |
---|
function onCellText(args); |
Parameters
- args
- Type: Greatis.PrintSuite.Providers..::.CellTextEventArgs
Arguments from cell text event.