Specifies the value of a cell's UI widget.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CellValue( _ |
C++
Copy Code
|
|---|
public: |
The cell's column index.
The cell's row index.
An integer specifying the state or value selected by the user.
RemarksAt this time, cells can display either content or checkboxes, as set through the CellType property. For checkboxes, 0 identifies unchecked state, and 1 identifies checked state.
See Also