Override this method and return the vertical splits in the object relative to the top top edge of
the content area.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected virtual void GetVertSplits( List<double> splits ) |
Visual Basic |
---|
Protected Overridable Sub GetVertSplits ( _ splits As List(Of Double) _ ) |
Parameters
- splits
- Type: System.Collections.Generic..::..List<(Of <(<'Double>)>)>