Creates a new instance of XLStyle and adds it to the specified C1XLBook.

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

Syntax

C#
public XLStyle(
	C1XLBook book
)
Visual Basic
Public Sub New ( _
	book As C1XLBook _
)

Parameters

book
Type: C1.Silverlight.Excel..::..C1XLBook
Parent C1XLBook.

See Also