Search
ImageExporter.CellRange Property
See Also
 






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

 Syntax

C#  Copy Code

public Nullable<Rectangle> CellRange { get; set; }

Visual Basic  Copy Code

Public Property CellRange As Nullable(Of Rectangle)

 Property Value

An instance of the .NET Rectangle structure or null (Nothing in Visual Basic). The default is null.

 See Also