MindFusion.Wpf Pack Programmer's Guide
Row Class
Remarks See Also
 





Identifies a row in a worksheet.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public class Row

Visual Basic  Copy Code

Public Class Row

 Remarks

Instances of this class can be accessed through the Rows collection of the Worksheet class.

 Example

The following example demonstrates how to access and modify a row in an existing worksheet:

C#  Copy Code

worksheet.Rows[2].Height = "10mm";

Visual Basic  Copy Code

worksheet.Rows(2).Height = "10mm"

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.Wpf.Row

 See Also

Row Members
MindFusion.Spreadsheet.Wpf Namespace