Excel for WinRT
GetFormattedText Method


Index of the row.
Index of the column.
Gets formatted text is using XLStyle format value of the cell.
Syntax
'Declaration
 
Public Function GetFormattedText( _
   ByVal rowIndex As System.Integer, _
   ByVal colIndex As System.Integer _
) As System.String
'Usage
 
Dim instance As XLSheet
Dim rowIndex As System.Integer
Dim colIndex As System.Integer
Dim value As System.String
 
value = instance.GetFormattedText(rowIndex, colIndex)
public System.string GetFormattedText( 
   System.int rowIndex,
   System.int colIndex
)

Parameters

rowIndex
Index of the row.
colIndex
Index of the column.

Return Value

The formatted text of the cell with row and column indexes.
See Also

Reference

XLSheet Class
XLSheet Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback