Sentinel result returned from a Spreadsheet dialog when the user engages a range picker icon to pick a range visually from the sheet.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public sealed class RangePickRequestSentinel result returned from a Spreadsheet dialog when the user engages a range picker icon to pick a range visually from the sheet.
public RangePickRequest(string FieldId, string Value)
| Type | Name | Description |
|---|---|---|
| string | FieldId | |
| string | Value |
public void Deconstruct(String& FieldId, String& Value)
| Type | Name | Description |
|---|---|---|
| String& | FieldId | |
| String& | Value |
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
public bool Equals(Spreadsheet.RangePickRequest other)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.RangePickRequest | other |
| Type | Description |
|---|---|
| bool |
public static bool operator !=(Spreadsheet.RangePickRequest left, Spreadsheet.RangePickRequest right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.RangePickRequest | left | |
| Spreadsheet.RangePickRequest | right |
| Type | Description |
|---|---|
| bool |
public static bool operator ==(Spreadsheet.RangePickRequest left, Spreadsheet.RangePickRequest right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.RangePickRequest | left | |
| Spreadsheet.RangePickRequest | right |
| Type | Description |
|---|---|
| bool |