Click or drag to resize

ExcelResultSetValue(Int32, Int32, ResultCell, Boolean, Boolean) Method

Set a ResultCell value at a given row and column

Namespace: Seal.Renderer
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public void SetValue(
	int row,
	int col,
	ResultCell cell,
	bool elementFormat,
	bool useStyle
)

Parameters

row  Int32
 
col  Int32
 
cell  ResultCell
 
elementFormat  Boolean
 
useStyle  Boolean
 
See Also