menu

Document Processing

SpreadsheetQueryRangeEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    SpreadsheetQueryRangeEventArgs Class

    Represents the class which holds the properties of the QueryRange event.

    Inheritance
    System.Object
    SpreadsheetQueryRangeEventArgs
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Helpers
    Assembly: Syncfusion.SfSpreadsheet.UWP.dll
    Syntax
    public sealed class SpreadsheetQueryRangeEventArgs : GridHandledEventArgs

    Constructors

    SpreadsheetQueryRangeEventArgs(RowColumnIndex, String, Object, IWorksheet, IRange, IStyle)

    Initializes a new instance of the SpreadsheetQueryRangeEventArgs class.

    Declaration
    public SpreadsheetQueryRangeEventArgs(RowColumnIndex cell, string celltype, object value, IWorksheet sheet, IRange range, IStyle style)
    Parameters
    Type Name Description
    Syncfusion.UI.Xaml.Grid.ScrollAxis.RowColumnIndex cell

    Coordinates of a cell.

    System.String celltype

    Type of cell.

    System.Object value

    The value of the cell.

    IWorksheet sheet

    The current worksheet.

    IRange range

    The XlsIO range of the sheet.

    IStyle style

    A style description for the specified range.

    Properties

    Cell

    Gets the value indicating the instance of Syncfusion.UI.Xaml.Grid.ScrollAxis.RowColumnIndex of cell.

    Declaration
    public RowColumnIndex Cell { get; }
    Property Value
    Type Description
    Syncfusion.UI.Xaml.Grid.ScrollAxis.RowColumnIndex

    An instance of Syncfusion.UI.Xaml.Grid.ScrollAxis.RowColumnIndex.

    CellType

    Gets or sets the type of the cell.

    Declaration
    public string CellType { get; set; }
    Property Value
    Type Description
    System.String

    Cell Type.

    CellValue

    Gets or sets the value of the specified cell.

    Declaration
    public object CellValue { get; set; }
    Property Value
    Type Description
    System.Object

    Value of cell.

    ExcelRange

    Gets the IRange of the cell.

    Declaration
    public IRange ExcelRange { get; }
    Property Value
    Type Description
    IRange

    An instance of IRange.

    ExcelStyle

    Gets the IStyle of the cell.

    Declaration
    public IStyle ExcelStyle { get; }
    Property Value
    Type Description
    IStyle

    An instance of IStyle.

    Worksheet

    Gets the IWorksheet of the cell.

    Declaration
    public IWorksheet Worksheet { get; }
    Property Value
    Type Description
    IWorksheet

    An instance of the IWorksheet.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved