Peak.TreeGrid.CellInfo.CellInfo C# (CSharp) Method

CellInfo() public method

public CellInfo ( string Text, Image Image ) : System
Text string
Image Image
return System
		public CellInfo(string Text, Image Image)
		{
			this.Text = Text;
			this.Image = Image;
		}
	}
CellInfo