VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / SetCellValue(CellReference,String) Method
Syntax Requirements SeeAlso
In This Topic
    SetCellValue(CellReference,String) Method (SpreadsheetVisualEditor)
    In This Topic
    Sets cell text or formula.
    Syntax
    'Declaration
    
    Public Sub SetCellValue( _
    ByVal cellReference
    The reference to a cell.
    As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
    ByVal text
    Cell value of formula.
    As System.String _
    )

    Parameters

    cellReference
    The reference to a cell.
    text
    Cell value of formula.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also