API Reference

Class

ExcelTabularRowWriter

Namespace OfficeIMO.Excel.ExcelDocument
Assembly OfficeIMO.Excel
Modifiers sealed

Writes strongly typed values into the current package-native worksheet row.

Inheritance

  • Object
  • ExcelTabularRowWriter

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

Write 17 overloads
public ExcelTabularRowWriter Write(String value) #
Returns: ExcelTabularRowWriter

Writes a text cell.

Parameters

value System.String requiredposition: 0
public ExcelTabularRowWriter Write(Boolean value) #
Returns: ExcelTabularRowWriter

Writes a Boolean cell.

Parameters

value System.Boolean requiredposition: 0
public ExcelTabularRowWriter Write(DateTime value) #
Returns: ExcelTabularRowWriter

Writes a date and time cell.

Parameters

value System.DateTime requiredposition: 0
public ExcelTabularRowWriter Write(DateTimeOffset value) #
Returns: ExcelTabularRowWriter

Writes a date, time, and offset cell.

Parameters

value System.DateTimeOffset requiredposition: 0
public ExcelTabularRowWriter Write(TimeSpan value) #
Returns: ExcelTabularRowWriter

Writes a duration cell.

Parameters

value System.TimeSpan requiredposition: 0
public ExcelTabularRowWriter Write(Double value) #
Returns: ExcelTabularRowWriter

Writes a double-precision numeric cell.

Parameters

value System.Double requiredposition: 0
public ExcelTabularRowWriter Write(Single value) #
Returns: ExcelTabularRowWriter

Writes a single-precision numeric cell.

Parameters

value System.Single requiredposition: 0
public ExcelTabularRowWriter Write(Decimal value) #
Returns: ExcelTabularRowWriter

Writes a decimal cell.

Parameters

value System.Decimal requiredposition: 0
public ExcelTabularRowWriter Write(SByte value) #
Returns: ExcelTabularRowWriter

Writes a signed 8-bit integer cell.

Parameters

value System.SByte requiredposition: 0
public ExcelTabularRowWriter Write(Byte value) #
Returns: ExcelTabularRowWriter

Writes an unsigned 8-bit integer cell.

Parameters

value System.Byte requiredposition: 0
public ExcelTabularRowWriter Write(Int16 value) #
Returns: ExcelTabularRowWriter

Writes a signed 16-bit integer cell.

Parameters

value System.Int16 requiredposition: 0
public ExcelTabularRowWriter Write(UInt16 value) #
Returns: ExcelTabularRowWriter

Writes an unsigned 16-bit integer cell.

Parameters

value System.UInt16 requiredposition: 0
public ExcelTabularRowWriter Write(Int32 value) #
Returns: ExcelTabularRowWriter

Writes a signed 32-bit integer cell.

Parameters

value System.Int32 requiredposition: 0
public ExcelTabularRowWriter Write(UInt32 value) #
Returns: ExcelTabularRowWriter

Writes an unsigned 32-bit integer cell.

Parameters

value System.UInt32 requiredposition: 0
public ExcelTabularRowWriter Write(Int64 value) #
Returns: ExcelTabularRowWriter

Writes a signed 64-bit integer cell.

Parameters

value System.Int64 requiredposition: 0
public ExcelTabularRowWriter Write(UInt64 value) #
Returns: ExcelTabularRowWriter

Writes an unsigned 64-bit integer cell.

Parameters

value System.UInt64 requiredposition: 0
public ExcelTabularRowWriter Write(Object value) #
Returns: ExcelTabularRowWriter

Writes a cell using the runtime value type.

Parameters

value System.Object requiredposition: 0