Interface
IRowsCollection

Definition

Properties

this[int]

Declaration

cs-api-definition
RowElement this[int index] { get; set; }

Parameters

index

int

Property Value

RowElement

Methods

Add(RowElement)

Declaration

cs-api-definition
int Add(RowElement value)

Parameters

value

RowElement

Returns

int

Contains(RowElement)

Declaration

cs-api-definition
bool Contains(RowElement value)

Parameters

value

RowElement

Returns

bool

CopyTo(RowElement[], int)

Declaration

cs-api-definition
void CopyTo(RowElement[] array, int index)

Parameters

array

RowElement[]

index

int

IndexOf(RowElement)

Declaration

cs-api-definition
int IndexOf(RowElement value)

Parameters

value

RowElement

Returns

int

Insert(int, RowElement)

Declaration

cs-api-definition
void Insert(int index, RowElement value)

Parameters

index

int

value

RowElement

Remove(RowElement)

Declaration

cs-api-definition
void Remove(RowElement value)

Parameters

value

RowElement