Search
DrawCellEventArgs.Row Property
See Also
 





Gets the index of the table's row that contains Cell.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Row { get; }

Visual Basic  Copy Code

Public ReadOnly Property Row As Integer

 Property Value

An integer value specifying the zero-based index of the row.

 See Also