Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public sealed class Resultpublic Result(int Count, bool Percent, bool Bottom)
| Type | Name | Description |
|---|---|---|
| int | Count | |
| bool | Percent | |
| bool | Bottom |
public bool Bottom { get; set; }
| Type | Description |
|---|---|
| bool |
public int Count { get; set; }
| Type | Description |
|---|---|
| int |
public bool Percent { get; set; }
| Type | Description |
|---|---|
| bool |
public void Deconstruct(Int32& Count, Boolean& Percent, Boolean& Bottom)
| Type | Name | Description |
|---|---|---|
| Int32& | Count | |
| Boolean& | Percent | |
| Boolean& | Bottom |
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
public bool Equals(Spreadsheet.Top10FilterDialog+Result other)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.Top10FilterDialog+Result | other |
| Type | Description |
|---|---|
| bool |
public override int GetHashCode()
| Type | Description |
|---|---|
| int |
public override string ToString()
| Type | Description |
|---|---|
| string |
public static bool operator !=(Spreadsheet.Top10FilterDialog+Result left, Spreadsheet.Top10FilterDialog+Result right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.Top10FilterDialog+Result | left | |
| Spreadsheet.Top10FilterDialog+Result | right |
| Type | Description |
|---|---|
| bool |
public static bool operator ==(Spreadsheet.Top10FilterDialog+Result left, Spreadsheet.Top10FilterDialog+Result right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.Top10FilterDialog+Result | left | |
| Spreadsheet.Top10FilterDialog+Result | right |
| Type | Description |
|---|---|
| bool |