WorksheetsCollection
Item Property (String)
|
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[
string sheetName
] { get; }
Public ReadOnly Default Property Item (
sheetName As String
) As Worksheet
Get
public:
property Worksheet^ default[String^ sheetName] {
Worksheet^ get (String^ sheetName);
}
member Item : Worksheet with get
Parameters
-
sheetName
-
Type:
System
String
Property Value
Type:
Worksheet
See Also