DataSource.NET
Height Property
NamespacesCaplin.DataSource.Messaging.PageIPageMessageHeight
Gets or sets the height (in text rows) of the page.
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 page coordinate system is 0-based, hence the maximum modifiable row will be Height - 1.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)