Occurs when cell border must be printed.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event PrintCellBorders As PrintCellEventHandler |
C# |
---|
public event PrintCellEventHandler PrintCellBorders |
Visual C++ |
---|
public: event PrintCellEventHandler^ PrintCellBorders { void add (PrintCellEventHandler^ value); void remove (PrintCellEventHandler^ value); } |
JavaScript |
---|
function add_printCellBorders(value); function remove_printCellBorders(value); |