See Also

IValues Interface  | IValues Members  | Overload List  | Text Property

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

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.
See Also Languages SpreadsheetGear The Performance Spreadsheet Component Company 

SetText(Int32,Int32,String) Method

SpreadsheetGear.Advanced.Cells Namespace > IValues Interface > SetText Method : SetText(Int32,Int32,String) Method

Sets the value of the specified cell to the specified text.

[Visual Basic]
Overloads Overridable Sub SetText( _    ByVal row As Integer, _    ByVal column As Integer, _    ByVal text As String _ )
[C#]
virtual void SetText(    int row,    int column,    string text );
[C++]
virtual void SetText(    int row,    int column,    string* text )
[C++/CLI]
virtual void SetText(    int row,    int column,    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

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

IValues Interface  | IValues Members  | Overload List  | Text Property

 

 


See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.

Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.

SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.