C1.Excel Assembly / C1.Excel Namespace / XLCellRange Class / Sheets Property

In This Topic
Sheets Property (XLCellRange)
In This Topic
Gets an array of XLSheet objects.
Syntax
'Declaration
 
Public ReadOnly Property Sheets As System.Collections.Generic.IReadOnlyList(Of XLSheet)
 
See Also