Back to Devexpress

SpreadsheetControl.VisibleSheetNames Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-fedc8aa6.md

latest1.3 KB
Original Source

SpreadsheetControl.VisibleSheetNames Property

Gets the names of the visible (not hidden) worksheets in the workbook. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public IEnumerable<string> VisibleSheetNames { get; protected set; }
vb
Public Property VisibleSheetNames As IEnumerable(Of String)

Property Value

TypeDescription
IEnumerable<String>

A collection of worksheet names.

|

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace