VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetEditor Class / SetCellValue Methods / SetCellValue(Worksheet,Int32,Int32,String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    SetCellValue(Worksheet,Int32,Int32,String) Method (SpreadsheetEditor)
    In This Topic
    Sets cell text or formula.
    Syntax
    'Declaration
    
    Public Overloads Sub SetCellValue( _
    ByVal worksheet
    The worksheet.
    As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
    ByVal columnIndex
    The column index.
    As System.Int32, _
    ByVal rowIndex
    The row index.
    As System.Int32, _
    ByVal text
    The cell value.
    As System.String _
    )
    public void SetCellValue(
    Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
    System.Int32 columnIndex,
    System.Int32 rowIndex,
    System.String text
    )
    public: void SetCellValue(
    Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
    System.Int32 columnIndex,
    System.Int32 rowIndex,
    System.String text
    )
    public:
    void SetCellValue(
    Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
    System.Int32 columnIndex,
    System.Int32 rowIndex,
    System.String text
    )

    Parameters

    worksheet
    The worksheet.
    columnIndex
    The column index.
    rowIndex
    The row index.
    text
    The cell value.
    Remarks

    Formula starts form '=' symbol.

    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