OfficeIMO

API Reference

Struct

CellValueInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base ValueType
Modifiers sealed

A typed cell value with row/column coordinates.

Inheritance

  • ValueType
  • CellValueInfo

Constructors

public CellValueInfo(Int32 row, Int32 column, Object value) #

Creates a typed cell value with coordinates.

Parameters

row System.Int32 requiredposition: 0
column System.Int32 requiredposition: 1
value System.Object requiredposition: 2

Properties

public Int32 Row { get; } #

One-based row index.

public Int32 Column { get; } #

One-based column index.

public Object Value { get; } #

Cell value after conversion.