StylesCollection
Item Property (String)
|
gets a object from a collection.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellStyle this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As CellStyle
Get
public:
property CellStyle^ default[String^ name] {
CellStyle^ get (String^ name);
}
member Item : CellStyle with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
CellStyle
See Also