ActiveReports 8
DDRow Constructor
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder Namespace > DDRow Class : DDRow Constructor

parentSheet
The sheet on which this row is located.
row
Returns the zero-based row number this instance represents.

Glossary Item Box

Initializes a new instance of a DDRow with the specified sheet as a parent, and the specified row number as the row this instance represents.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parentSheet As DDSheet, _
   ByVal row As System.Integer _
)
C# 
public DDRow( 
   DDSheet parentSheet,
   System.int row
)

Parameters

parentSheet
The sheet on which this row is located.
row
Returns the zero-based row number this instance represents.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also