DataSource.NET
SetContent Method (column, row, content)
NamespacesCaplin.DataSource.Messaging.PageIPageMessageSetContent(Int32, Int32, String)
Updates the contents of the page at the specified location.
Declaration Syntax
C#Visual BasicVisual C++
void SetContent(
	int column,
	int row,
	string content
)
Sub SetContent ( _
	column As Integer, _
	row As Integer, _
	content As String _
)
void SetContent(
	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 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: 4.5.18.2 (4.5.18.2)