SetCellStringValue Method

Summary

Assigns a string value to a specific cell within a sheet, used for populating cells with text data.

Syntax

TypeScript
JavaScript
Cell.prototype.setCellStringValue = function( 
   value 
) 
setCellStringValue( 
   value: string 
): void; 

Parameters

value

The text string to be set as the cell's content.

Remarks

The SetCellStringValue method accepts a string parameter. Allows insertion of any text, including numbers and characters, into a cell.

Requirements

Target Platforms

See Also

Cell Class

Cell Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.