Search
ExcelExporter.VisibleOnly Property
See Also
 





Gets or sets a value indicating whether to export only the calendar area that is currently visible.

Namespace: MindFusion.Scheduling.Export
Assembly: MindFusion.Scheduling.Excel

 Syntax

C#  Copy Code

public bool VisibleOnly { get; set; }

Visual Basic  Copy Code

Public Property VisibleOnly As Boolean

 Property Value

true to export the visible portion of the control; false, to export the entire control.

 See Also