DataSource.NET
Height Property
NamespacesCaplin.DataSource.Messaging.PageIPageMessageHeight
Gets or sets the height of the page, in text rows.
Declaration Syntax
C#Visual BasicVisual C++
int Height { get; set; }
Property Height As Integer
property int Height {
	int get ();
	void set (int value);
}
Remarks

This value is valid on all IPageMessage instances created using the IMessageFactory interface, however it may be undefined (and hence have a value of -1) on instances received by an implementation of ISubscriptionListener.

The first character on a page is at row zero. Therefore the maximum modifiable column is at row (Height - 1).

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)