menu

WinForms

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

    Show / Hide Table of Contents

    Interface IColumnElement

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

    Properties

    ColumnIndex

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

    ColumnRegion

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

    IsEnsured

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

    IsVisible

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

    RowIndex

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

    Methods

    UpdateColumn()

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