InterfaceIWorksheetCollection
Interface
Definition
Namespace:Telerik.WinControls.UI.Export.ExcelML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public interface IWorksheetCollection : IList, ICollection, IEnumerable
Inherited Members
Properties
this[int]
Declaration
cs-api-definition
WorksheetElement this[int index] { get; set; }
Parameters
index
Property Value
Methods
Add(WorksheetElement)
Declaration
cs-api-definition
int Add(WorksheetElement value)
Parameters
value
Returns
Contains(WorksheetElement)
Declaration
cs-api-definition
bool Contains(WorksheetElement value)
Parameters
value
Returns
CopyTo(WorksheetElement[], int)
Declaration
cs-api-definition
void CopyTo(WorksheetElement[] array, int index)
Parameters
array
index
IndexOf(WorksheetElement)
Declaration
cs-api-definition
int IndexOf(WorksheetElement value)
Parameters
value
Returns
Insert(int, WorksheetElement)
Declaration
cs-api-definition
void Insert(int index, WorksheetElement value)
Parameters
index
value