Class LineSizeUtil
Inheritance
System.Object
LineSizeUtil
Assembly: Syncfusion.GridCommon.WinUI.dll
public class LineSizeUtil : Object
Constructors
Declaration
Methods
Declaration
public static double[] GetRange(ILineSizeHost lines, int from, int to)
Parameters
Type |
Name |
Description |
ILineSizeHost |
lines |
|
System.Int32 |
from |
|
System.Int32 |
to |
|
Returns
Declaration
public static double GetTotal(ILineSizeHost lines, int from, int to)
Parameters
Type |
Name |
Description |
ILineSizeHost |
lines |
|
System.Int32 |
from |
|
System.Int32 |
to |
|
Returns
Declaration
public static void SetRange(IEditableLineSizeHost lines, int from, int to, double[] values)
Parameters
Type |
Name |
Description |
IEditableLineSizeHost |
lines |
|
System.Int32 |
from |
|
System.Int32 |
to |
|
System.Double[] |
values |
|