Show / Hide Table of Contents

Struct DataGridCellsPanel.Range

ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public struct DataGridCellsPanel.Range

Constructors

View Source

Range(int, int)

Range

Declaration
public Range(int startIndex, int count)
Parameters
Type Name Description
int startIndex
int count

Fields

View Source

Count

Declaration
public int Count
Field Value
Type Description
int
View Source

StartIndex

Declaration
public int StartIndex
Field Value
Type Description
int

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX