Search
CellEventArgs.Column Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Column { get; }

Visual Basic  Copy Code

Public ReadOnly Property Column As Integer

 Property Value

An integer value specifying the zero-based index of the table column related to the event.

 See Also