Click or drag to resize

XLSDocument.Sheet.SetCellValueString Method

Set Excel Cell value type string

Namespace:  SIC.OpenDocumentFormat.XLS
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void SetCellValueString(
	string pSheetName,
	string pAddressColumn,
	uint pAddressRow,
	string pValue
)

Parameters

pSheetName
Type: System.String
Sheet name
pAddressColumn
Type: System.String
Address column
pAddressRow
Type: System.UInt32
Address row
pValue
Type: System.String
Value to sets
See Also