menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineSizeUtil - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LineSizeUtil

    Inheritance
    System.Object
    LineSizeUtil
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.CellGrid.ScrollAxis
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class LineSizeUtil

    Constructors

    LineSizeUtil()

    Declaration
    public LineSizeUtil()

    Methods

    GetRange(ILineSizeHost, Int32, Int32)

    Declaration
    public static double[] GetRange(ILineSizeHost lines, int from, int to)
    Parameters
    Type Name Description
    ILineSizeHost lines
    System.Int32 from
    System.Int32 to
    Returns
    Type
    System.Double[]

    GetTotal(ILineSizeHost, Int32, Int32)

    Declaration
    public static double GetTotal(ILineSizeHost lines, int from, int to)
    Parameters
    Type Name Description
    ILineSizeHost lines
    System.Int32 from
    System.Int32 to
    Returns
    Type
    System.Double

    SetRange(IEditableLineSizeHost, Int32, Int32, Double[])

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved