DataSource.NET
Width Property
NamespacesCaplin.DataSource.Messaging.PageIPageMessageWidth
Gets or sets the width in text characters of the page.
Declaration Syntax
C#Visual BasicVisual C++
int Width { get; set; }
Property Width As Integer
property int Width {
	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 column will be Width - 1.

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