JiwaGrid..::..selectedCellRanges Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Controls
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public CellRange[] selectedCellRanges { get; set; }
Public Property selectedCellRanges As CellRange()
	Get
	Set
public:
property array<CellRange^>^ selectedCellRanges {
	array<CellRange^>^ get ();
	void set (array<CellRange^>^ value);
}