Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellData Class / GetText Method
The target workbook.


In This Topic
    GetText Method (CellData)
    In This Topic
    Gets the display text of the cell.
    Syntax
    'Declaration
     
    Public Function GetText( _
       ByVal workbook As IWorkbook _
    ) As String
    'Usage
     
    Dim instance As CellData
    Dim workbook As IWorkbook
    Dim value As String
     
    value = instance.GetText(workbook)
    public string GetText( 
       IWorkbook workbook
    )

    Parameters

    workbook
    The target workbook.

    Return Value

    The display text of the cell.
    See Also