Click or drag to resize
StoreCopyCellsEventArgs Properties

The StoreCopyCellsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
(Inherited from StoreEventArgs.)
Public propertyCol
Gets or sets the destination cell column index.
Public propertyRange
Gets or sets the range of cells to be copied.
Public propertyRow
Gets or sets the destination cell row index.
Public propertyStored
Gets or sets whether the information has already been stored.
(Inherited from StoreEventArgs.)
Top
See Also