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