Represents a read-only block of data in a column.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.SbdfSbdfColumnSlice
Namespace: Spotfire.Dxp.Data.Formats.Sbdf
Assembly: Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class SbdfColumnSlice
The SbdfColumnSlice type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ErrorCodes | ||
| InvalidValues | ||
| ReplacedValues | ||
| RowCount |
Gets the total number of rows in this SbdfColumnSlice.
| |
| Values |
Gets the values in this SbdfColumnSlice.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Read |
Reads a column slice from the binary reader.
| |
| Skip |
Skips over a SbdfColumnSlice section in the reader.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
Writes the contents of this column slice to writer.
|
Version Information
See Also