Gets or sets the range of cells to export, or null (Nothing in Visual Basic), to export the entire sheet.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public Nullable<Rectangle> CellRange { get; set; } |
Visual Basic
![]() |
---|
Public Property CellRange As Nullable(Of Rectangle) |
An instance of the .NET Rectangle structure or null (Nothing in Visual Basic). The default is null.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |