Objective Grid for Microsoft® .NET® Reference Guide

StoreCopyCellsEventArgs Constructor 

Back to Class Index

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

See Also

StoreCopyCellsEventArgs Class | StoreCopyCellsEventArgs Members | Stingray.Grid Namespace