SpreadsheetGear 2017
GetText Method (IValue)






SpreadsheetGear.Advanced.Cells Namespace > IValue Interface : GetText Method
Returns the unformatted text value of this cell in the specified buffer, or sets the length of the buffer to zero if the cell does not contain text.
Syntax
'Declaration
 
Sub GetText( _
   ByVal buffer As System.Text.StringBuilder _
) 
'Usage
 
Dim instance As IValue
Dim buffer As System.Text.StringBuilder
 
instance.GetText(buffer)
void GetText( 
   System.Text.StringBuilder buffer
)
procedure GetText( 
    buffer: System.Text.StringBuilder
); 
function GetText( 
   buffer : System.Text.StringBuilder
);
void GetText( 
   System.Text.StringBuilder* buffer
) 
void GetText( 
   System.Text.StringBuilder^ buffer
) 

Parameters

buffer
Remarks
Formula cells are calculated as needed before returning the text value.
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

IValue Interface
IValue Members
Text Property
IValues Interface
SetText(Int32,Int32,StringBuilder) Method