XlsRangesCollection
CellStyleName Property
|
Returns name of the Style object that represents the style of the specified
range. Read/write String.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string CellStyleName { get; set; }
Public Property CellStyleName As String
Get
Set
public:
virtual property String^ CellStyleName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract CellStyleName : string with get, set
override CellStyleName : string with get, set
Property Value
Type:
String
Implements
IXLSRange
CellStyleName
See Also