XlsWorkbookObjectsCollection
Item Property (String)
|
Gets the named object by its name.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public INamedObject this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As INamedObject
Get
public:
property INamedObject^ default[String^ name] {
INamedObject^ get (String^ name);
}
member Item : INamedObject with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
INamedObject
See Also