System.Windows.Forms.ListView.ItemMatrixLocation.ItemMatrixLocation C# (CSharp) Method

ItemMatrixLocation() public method

public ItemMatrixLocation ( int row, int col ) : System.Collections
row int
col int
return System.Collections
			public ItemMatrixLocation (int row, int col)
			{
				this.row = row;
				this.col = col;
		
			}
		
ListView.ItemMatrixLocation