SpreadsheetGear 2023
SetText(Int32,Int32,String) Method


SpreadsheetGear.Advanced.Cells Namespace > IValues Interface > SetText Method : SetText(Int32,Int32,String) Method
Specifies the row of the cell to set.
Specifies the column of the cell to set.
Specifies the text to place into the specified cell.
Sets the value of the specified cell to the specified text.
Syntax
'Declaration
 
Overloads Sub SetText( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As IValues
Dim row As System.Integer
Dim column As System.Integer
Dim text As System.String
 
instance.SetText(row, column, text)
void SetText( 
   System.int row,
   System.int column,
   System.string text
)

Parameters

row
Specifies the row of the cell to set.
column
Specifies the column of the cell to set.
text
Specifies the text to place into the specified cell.
Remarks

See the IValues overview for warnings about using this method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValues Interface
IValues Members
Overload List
Text Property