Objective Grid for Microsoft® .NET® Reference Guide

StoreStyleRowColEventArgs Constructor 

Back to Class Index

[Visual Basic]
Public Sub New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal style As Style, _
   ByVal cellModifyType As CellModifyType, _
   ByVal retrievalType As CellValueType _
)
[C#]
public StoreStyleRowColEventArgs(
   int row,
   int col,
   Style style,
   CellModifyType cellModifyType,
   CellValueType retrievalType
);

See Also

StoreStyleRowColEventArgs Class | StoreStyleRowColEventArgs Members | Stingray.Grid Namespace