System.Windows.Forms.ListView.ItemMatrixLocation.ItemMatrixLocation C# (CSharp) Méthode

ItemMatrixLocation() public méthode

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