DataSource.NET
Set Method (column, row, content)
NamespacesCaplin.DataSource.Messaging.PageIPageMessageSet(Int32, Int32, String)
Updates the contents of the page at the specified location.
Declaration Syntax
C#Visual BasicVisual C++
void Set(
	int column,
	int row,
	string content
)
Sub Set ( _
	column As Integer, _
	row As Integer, _
	content As String _
)
void Set(
	int column, 
	int row, 
	String^ content
)
Parameters
column (Int32)
The column at which the content is to be updated. The leftmost column of the page is column 0.
row (Int32)
The row at which the content is/IPermissionMessage.cs#3 to be updated. The top row of the page is row 0.
content (String)
The page content to be placed at the specified row and column.

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