Gets or sets the index of the sheet that is initially opened when a C1XLBook file is loaded into Excel.

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

Syntax

C#
public int FirstIndex { get; set; }
Visual Basic
Public Property FirstIndex As Integer
	Get
	Set

See Also