[]
        
(Showing Draft Content)

C1.Excel.XLStyle.Format

Format Property

Format

Gets or sets the format associated with this XLStyle.

Declaration
public string Format { get; set; }
Remarks
<p>Excel uses formats similar, but not identical to .NET. Refer

to the Excel documentation for details on how to create format strings.

You can use the FormatXLToDotNet(string) and FormatDotNetToXL(string, CultureInfo) methods to convert common Excel format strings to and from .NET format strings.