menu

WPF

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

    Show / Hide Table of Contents

    Interface IGridVolatileData

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public interface IGridVolatileData

    Methods

    Clear()

    Clears all cells.

    Declaration
    void Clear()

    Clear(CellSpanInfoBase)

    Clears a span of cells.

    Declaration
    void Clear(CellSpanInfoBase cellSpan)
    Parameters
    Type Name Description
    CellSpanInfoBase cellSpan

    Clear(RowColumnIndex)

    Clears one cells.

    Declaration
    void Clear(RowColumnIndex cell)
    Parameters
    Type Name Description
    RowColumnIndex cell

    GetItem(RowColumnIndex)

    Gets the GridStyleInfo for a cell.

    Declaration
    GridStyleInfo GetItem(RowColumnIndex cell)
    Parameters
    Type Name Description
    RowColumnIndex cell
    Returns
    Type
    GridStyleInfo

    InsertColumns(Int32, Int32, IGridVolatileData)

    Insert columns

    Declaration
    void InsertColumns(int insertAtColumnIndex, int count, IGridVolatileData moveCells)
    Parameters
    Type Name Description
    System.Int32 insertAtColumnIndex
    System.Int32 count
    IGridVolatileData moveCells

    InsertRows(Int32, Int32, IGridVolatileData)

    Insert rows.

    Declaration
    void InsertRows(int insertAtRowIndex, int count, IGridVolatileData moveCells)
    Parameters
    Type Name Description
    System.Int32 insertAtRowIndex
    System.Int32 count
    IGridVolatileData moveCells

    RemoveColumns(Int32, Int32, IGridVolatileData)

    Remove columns.

    Declaration
    void RemoveColumns(int removeAtColumnIndex, int count, IGridVolatileData moveCells)
    Parameters
    Type Name Description
    System.Int32 removeAtColumnIndex
    System.Int32 count
    IGridVolatileData moveCells

    RemoveRows(Int32, Int32, IGridVolatileData)

    Remove rows.

    Declaration
    void RemoveRows(int removeAtRowIndex, int count, IGridVolatileData moveCells)
    Parameters
    Type Name Description
    System.Int32 removeAtRowIndex
    System.Int32 count
    IGridVolatileData moveCells

    SetItem(RowColumnIndex, GridStyleInfo)

    Sets the GridStyleInfo for a cell.

    Declaration
    void SetItem(RowColumnIndex cell, GridStyleInfo style)
    Parameters
    Type Name Description
    RowColumnIndex cell
    GridStyleInfo style
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved