Table of Contents

CellValue.CellValue Constructor

Creates a new CellValue instance.

Syntax

Namespace: FlexCel.Core

public CellValue(Int32 aSheet, Int32 aRow, Int32 aCol, Object aValue, Int32 aXF)

Parameters

<-> Parameter Type Description
aSheet Int32
aRow Int32
aCol Int32
aValue Object
aXF Int32

See also