Struct Indices
Contains the start and end index.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public struct Indices
Properties
EndIndex
Gets or sets the end index.
Declaration
public int EndIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The end index. |
StartIndex
Gets or sets the start index.
Declaration
public int StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The start index. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type |
---|
System.Boolean |
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
---|
System.Int32 |
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type |
---|
System.String |
Overrides
System.ValueType.ToString()
Operators
Equality(Indices, Indices)
Declaration
public static bool operator ==(Indices indices1, Indices indices2)
Parameters
Type | Name | Description |
---|---|---|
Indices | indices1 | |
Indices | indices2 |
Returns
Type |
---|
System.Boolean |
Inequality(Indices, Indices)
Declaration
public static bool operator !=(Indices indices1, Indices indices2)
Parameters
Type | Name | Description |
---|---|---|
Indices | indices1 | |
Indices | indices2 |
Returns
Type |
---|
System.Boolean |