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
SyntaxC#
Copy Code
|
|---|
public Nullable<Rectangle> CellRange { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CellRange As Nullable(Of Rectangle) |
An instance of the .NET Rectangle structure or null (Nothing in Visual Basic). The default is null.
See Also