API Reference
ExcelTabularRowWriter
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.
Returned or exposed by
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
- Method ExcelTabularRowWriter.Write
Accepted by parameters
- Method ExcelDocument.WriteRows
- Method ExcelDocument.WriteRows``1
Methods
public ExcelTabularRowWriter Write(String value) #ExcelTabularRowWriterWrites a text cell.
Parameters
- value System.String
public ExcelTabularRowWriter Write(Boolean value) #ExcelTabularRowWriterWrites a Boolean cell.
Parameters
- value System.Boolean
public ExcelTabularRowWriter Write(DateTime value) #ExcelTabularRowWriterWrites a date and time cell.
Parameters
- value System.DateTime
public ExcelTabularRowWriter Write(DateTimeOffset value) #ExcelTabularRowWriterWrites a date, time, and offset cell.
Parameters
- value System.DateTimeOffset
public ExcelTabularRowWriter Write(TimeSpan value) #ExcelTabularRowWriterWrites a duration cell.
Parameters
- value System.TimeSpan
public ExcelTabularRowWriter Write(Double value) #ExcelTabularRowWriterWrites a double-precision numeric cell.
Parameters
- value System.Double
public ExcelTabularRowWriter Write(Single value) #ExcelTabularRowWriterWrites a single-precision numeric cell.
Parameters
- value System.Single
public ExcelTabularRowWriter Write(Decimal value) #ExcelTabularRowWriterWrites a decimal cell.
Parameters
- value System.Decimal
public ExcelTabularRowWriter Write(SByte value) #ExcelTabularRowWriterWrites a signed 8-bit integer cell.
Parameters
- value System.SByte
public ExcelTabularRowWriter Write(Byte value) #ExcelTabularRowWriterWrites an unsigned 8-bit integer cell.
Parameters
- value System.Byte
public ExcelTabularRowWriter Write(Int16 value) #ExcelTabularRowWriterWrites a signed 16-bit integer cell.
Parameters
- value System.Int16
public ExcelTabularRowWriter Write(UInt16 value) #ExcelTabularRowWriterWrites an unsigned 16-bit integer cell.
Parameters
- value System.UInt16
public ExcelTabularRowWriter Write(Int32 value) #ExcelTabularRowWriterWrites a signed 32-bit integer cell.
Parameters
- value System.Int32
public ExcelTabularRowWriter Write(UInt32 value) #ExcelTabularRowWriterWrites an unsigned 32-bit integer cell.
Parameters
- value System.UInt32
public ExcelTabularRowWriter Write(Int64 value) #ExcelTabularRowWriterWrites a signed 64-bit integer cell.
Parameters
- value System.Int64
public ExcelTabularRowWriter Write(UInt64 value) #ExcelTabularRowWriterWrites an unsigned 64-bit integer cell.
Parameters
- value System.UInt64
public ExcelTabularRowWriter Write(Object value) #ExcelTabularRowWriterWrites a cell using the runtime value type.
Parameters
- value System.Object
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object