WorksheetsCollection
Item Property (Int32)
|
Returns a single object from a collection. Read-only.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Worksheet this[
int Index
] { get; }
Public ReadOnly Default Property Item (
Index As Integer
) As Worksheet
Get
public:
property Worksheet^ default[int Index] {
Worksheet^ get (int Index);
}
member Item : Worksheet with get
Parameters
-
Index
-
Type:
System
Int32
Property Value
Type:
Worksheet
See Also