Gets or sets the format associated with this XLStyle.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public string Format { get; set; }
Visual Basic
Public Property Format As String
	Get
	Set

Remarks

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.

See Also