menu

Document Processing

Interface IRowElement - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IRowElement

    Namespace: Syncfusion.Windows.Forms.CellGrid
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public interface IRowElement

    Properties

    Element

    Declaration
    VirtualizingRowPanel Element { get; }
    Property Value
    Type
    VirtualizingRowPanel

    Index

    Declaration
    int Index { get; set; }
    Property Value
    Type
    System.Int32

    IsEnsured

    Declaration
    bool IsEnsured { get; set; }
    Property Value
    Type
    System.Boolean

    IsVisible

    Declaration
    bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean

    Region

    Declaration
    ScrollAxisRegion Region { get; set; }
    Property Value
    Type
    ScrollAxisRegion

    Methods

    EnsureColumns()

    Declaration
    void EnsureColumns()

    GenerateVisibleCells()

    Declaration
    void GenerateVisibleCells()

    UpdateCells()

    Declaration
    void UpdateCells()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved