Objective Grid for Microsoft® .NET® Reference Guide

InitCurrentCellEventArgs Constructor 

Back to Class Index

Constructor.     

[Visual Basic]
Public Sub New( _
   ByVal row As Integer, _
   ByVal col As Integer _
)
[C#]
public InitCurrentCellEventArgs(
   int row,
   int col
);

Parameters

row
The row coordinate of the cell
col
The column coordinate of the cell

Remarks

    

    

    

See Also

InitCurrentCellEventArgs Class | InitCurrentCellEventArgs Members | Stingray.Grid Namespace