RangePickRequest Class

Sentinel result returned from a Spreadsheet dialog when the user engages a range picker icon to pick a range visually from the sheet.

Inheritance

Object

Spreadsheet.RangePickRequest

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public sealed class RangePickRequest

Constructors

RangePickRequestlink

Sentinel result returned from a Spreadsheet dialog when the user engages a range picker icon to pick a range visually from the sheet.

Declaration
public RangePickRequest(string FieldId, string Value)
Parameters
Type Name Description
string FieldId
string Value

Properties

FieldIdlink

Declaration
public string FieldId { get; set; }
Property Value
Type Description
string

Valuelink

Declaration
public string Value { get; set; }
Property Value
Type Description
string

Methods

Deconstructlink

Declaration
public void Deconstruct(String& FieldId, String& Value)
Parameters
Type Name Description
String& FieldId
String& Value

Equalslink

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool

Equalslink

Declaration
public bool Equals(Spreadsheet.RangePickRequest other)
Parameters
Type Name Description
Spreadsheet.RangePickRequest other
Returns
Type Description
bool

GetHashCodelink

Declaration
public override int GetHashCode()
Returns
Type Description
int

ToStringlink

Declaration
public override string ToString()
Returns
Type Description
string

Operators

operator !=link

Declaration
public static bool operator !=(Spreadsheet.RangePickRequest left, Spreadsheet.RangePickRequest right)
Parameters
Returns
Type Description
bool

operator ==link

Declaration
public static bool operator ==(Spreadsheet.RangePickRequest left, Spreadsheet.RangePickRequest right)
Parameters
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙