Click or drag to resize
ExcelWorksheetData Methods

The ExcelWorksheetData type exposes the following members.

Methods
  NameDescription
Public methodArrayT
Returns the content of the cell at columnName cast to an array.
Public methodBool(Int32)
Returns the content of the nth cell cast to a bool.
Public methodBool(String)
Returns the content of the cell at columnName cast to a bool.
Public methodBool(Int32, Boolean)
Returns the content of the nth cell cast to a bool. If the cell is empty then 'emptyValue' is returned.
Public methodBool(String, Boolean)
Returns the content of the cell at columnName cast to a bool. If the cell is empty then 'emptyValue' is returned.
Public methodByte(Byte)
Returns the content of the nth cell cast to a byte.
Public methodByte(String)
Returns the content of the cell at columnName cast to a byte.
Public methodByte(Byte, Byte)
Returns the content of the nth cell cast to a byte. If the cell is empty then 'emptyValue' is returned.
Public methodByte(String, Byte)
Returns the content of the cell at columnName cast to a byte. If the cell is empty then 'emptyValue' is returned.
Public methodCode exampleBytes(Int32)
Returns the content of the nth cell as an array of bytes.
Public methodCode exampleBytes(String)
Returns the content of the cell at columnName as an array of bytes.
Public methodChar(Int32)
Returns the content of the nth cell cast to a char.
Public methodChar(String)
Returns the content of the cell at columnName cast to a char.
Public methodChar(Int32, Char)
Returns the content of the nth cell cast to a char. If the cell is empty then 'emptyValue' is returned.
Public methodChar(String, Char)
Returns the content of the cell at columnName cast to a char. If the cell is empty then 'emptyValue' is returned.
Public methodColumnExists
Returns true if there is a column with the name passed across.
Public methodConvertString
Converts the raw value to a value of the type passed across.
Public methodDateTime(Int32)
Returns the content of the nth cell cast to a DateTime.
Public methodDateTime(String)
Returns the content of the cell at columnName cast to a DateTime.
Public methodDateTime(Int32, DateTime)
Returns the content of the nth cell cast to a DateTime. If the cell is empty then 'emptyValue' is returned.
Public methodDateTime(String, DateTime)
Returns the content of the cell at columnName cast to a DateTime. If the cell is empty then 'emptyValue' is returned.
Public methodDecimal(Int32)
Returns the content of the nth cell cast to a decimal.
Public methodDecimal(String)
Returns the content of the cell at columnName cast to a decimal.
Public methodDecimal(Int32, Decimal)
Returns the content of the nth cell cast to a decimal. If the cell is empty then 'emptyValue' is returned.
Public methodDecimal(String, Decimal)
Returns the content of the cell at columnName cast to a decimal. If the cell is empty then 'emptyValue' is returned.
Public methodDouble(Int32)
Returns the content of the nth cell cast to a double.
Public methodDouble(String)
Returns the content of the cell at columnName cast to a double.
Public methodDouble(Int32, Double)
Returns the content of the nth cell cast to a double. If the cell is empty then 'emptyValue' is returned.
Public methodDouble(String, Double)
Returns the content of the cell at columnName cast to a double. If the cell is empty then 'emptyValue' is returned.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEString(Int32)
Returns the content of the nth cell as a string. If the cell content is "" then String.Empty is returned. If the cell is empty then null is returned.
Public methodEString(String)
Returns the content of the cell at columnName as a string. If the cell content is "" then String.Empty is returned. If the cell is empty then null is returned.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFloat(Int32)
Returns the content of the nth cell cast to a float.
Public methodFloat(String)
Returns the content of the cell at columnName cast to a float.
Public methodFloat(Int32, Single)
Returns the content of the nth cell cast to a float. If the cell is empty then 'emptyValue' is returned.
Public methodFloat(String, Single)
Returns the content of the cell at columnName cast to a float. If the cell is empty then 'emptyValue' is returned.
Public methodGetColumnT(Int32, T)
Returns the content of the column cast to type or a default value if the column has no value.
Public methodGetColumnT(String, T)
Returns the content of the column cast to type or a default value if the column has no value.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNullableColumnT(Int32)
Returns the content of the column cast to a nullable of the type or null if the column has no value.
Public methodGetNullableColumnT(String)
Returns the content of the column cast to a nullable of the type or null if the column has no value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInt(Int32)
Returns the content of the nth cell cast to an int.
Public methodInt(String)
Returns the content of the cell at columnName cast to an int.
Public methodInt(Int32, Int32)
Returns the content of the nth cell cast to an int. If the cell is empty then 'emptyValue' is returned.
Public methodInt(String, Int32)
Returns the content of the cell at columnName cast to an int. If the cell is empty then 'emptyValue' is returned.
Public methodLong(Int32)
Returns the content of the nth cell cast to a long.
Public methodLong(String)
Returns the content of the cell at columnName cast to a long.
Public methodLong(Int32, Int64)
Returns the content of the nth cell cast to a long. If the cell is empty then 'emptyValue' is returned.
Public methodLong(String, Int64)
Returns the content of the cell at columnName cast to a long. If the cell is empty then 'emptyValue' is returned.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNBool(Int32)
Returns the content of the nth cell cast to a nullable bool.
Public methodNBool(String)
Returns the content of the cell at columnName cast to a nullable bool.
Public methodNByte(Byte)
Returns the content of the nth cell cast to a nullable byte.
Public methodNByte(String)
Returns the content of the cell at columnName cast to a nullable byte.
Public methodNChar(Int32)
Returns the content of the nth cell cast to a nullable char.
Public methodNChar(String)
Returns the content of the cell at columnName cast to a nullable char.
Public methodNDateTime(Int32)
Returns the content of the nth cell cast to a nullable DateTime.
Public methodNDateTime(String)
Returns the content of the cell at columnName cast to a nullable DateTime.
Public methodNDecimal(Int32)
Returns the content of the nth cell cast to a nullable decimal.
Public methodNDecimal(String)
Returns the content of the cell at columnName cast to a nullable decimal.
Public methodNDouble(Int32)
Returns the content of the nth cell cast to a nullable double.
Public methodNDouble(String)
Returns the content of the cell at columnName cast to a nullable double.
Public methodNFloat(Int32)
Returns the content of the nth cell cast to a nullable float.
Public methodNFloat(String)
Returns the content of the cell at columnName cast to a nullable float.
Public methodNInt(Int32)
Returns the content of the nth cell cast to a nullable int.
Public methodNInt(String)
Returns the content of the cell at columnName cast to a nullable int.
Public methodNLong(Int32)
Returns the content of the nth cell cast to a nullable long.
Public methodNLong(String)
Returns the content of the cell at columnName cast to a nullable long.
Public methodNShort(Int16)
Returns the content of the nth cell cast to a nullable short.
Public methodNShort(String)
Returns the content of the cell at columnName cast to a nullable short.
Public methodParseEnumT(Int32)
Returns the content of the nth cell cast to an enum.
Public methodParseEnumT(String)
Returns the content of the cell at columnName cast to an enum.
Public methodShort(Int16)
Returns the content of the nth cell cast to an short.
Public methodShort(String)
Returns the content of the cell at columnName cast to an short.
Public methodShort(Int16, Int16)
Returns the content of the nth cell cast to an short. If the cell is empty then 'emptyValue' is returned.
Public methodShort(String, Int16)
Returns the content of the cell at columnName cast to an short. If the cell is empty then 'emptyValue' is returned.
Public methodString(Int32)
Returns the string content of the nth cell.
Public methodString(String)
Returns the string content of the cell at columnName.
Public methodString(Int32, String)
Returns the string content of the nth cell. If the cell is empty then 'emptyValue' is returned.
Public methodString(String, String)
Returns the string content of the cell at columnName. If the cell is empty then 'emptyValue' is returned.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUInt(Int32)
Returns the content of the nth cell cast to a uint.
Public methodUInt(String)
Returns the content of the cell at columnName cast to a uint.
Public methodUInt(Int32, UInt32)
Returns the content of the nth cell cast to a uint. If the cell is empty then 'emptyValue' is returned.
Public methodUInt(String, UInt32)
Returns the content of the cell at columnName cast to a uint. If the cell is empty then 'emptyValue' is returned.
Public methodULong(Int32)
Returns the content of the nth cell cast to a ulong.
Public methodULong(String)
Returns the content of the cell at columnName cast to a ulong.
Public methodULong(Int32, UInt64)
Returns the content of the nth cell cast to a ulong. If the cell is empty then 'emptyValue' is returned.
Public methodULong(String, UInt64)
Returns the content of the cell at columnName cast to a ulong. If the cell is empty then 'emptyValue' is returned.
Public methodUShort(Int32)
Returns the content of the nth cell cast to a ushort.
Public methodUShort(String)
Returns the content of the cell at columnName cast to a ushort.
Public methodUShort(Int32, UInt16)
Returns the content of the nth cell cast to a ushort. If the cell is empty then 'emptyValue' is returned.
Public methodUShort(String, UInt16)
Returns the content of the cell at columnName cast to a ushort. If the cell is empty then 'emptyValue' is returned.
Top
See Also