IsClosed | Gets a value indicating whether the data picker is closed. |
Close | Closes the ExcelDataPicker object. |
GetBoolean | Gets the value of the specified cell as a Boolean. |
GetByte | Gets the value of the specified cell as a byte. |
GetCellType | Gets the Type that is the data type of the object inside of specified cell. |
GetChar | Gets the value of the specified cell as a single character. |
GetDataTypeName | Gets the name of the source data type. |
GetDateTime | Gets the value of the specified cell as a DateTime object. |
GetDecimal | Gets the value of the specified cell as a Decimal object. |
GetDouble | Gets the value of the specified cell as a double-precision floating point number. |
GetFloat | Gets the value of the specified cell as a single-precision floating point number. |
GetGuid | Gets the value of the specified cell as a globally-unique identifier (GUID). |
GetInt16 | Gets the value of the specified cell as a 16-bit signed integer. |
GetInt32 | Gets the value of the specified cell as a 32-bit signed integer. |
GetInt64 | Gets the value of the specified cell as a 64-bit signed integer. |
GetString | Gets the value of the specified cell as a string. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetValue | Gets the value of the specified cell in its native format. |
IsDBNull | Gets a value indicating whether the cell contains non-existent or missing value. |