[]
Represents a structured object which stores data as a spreadsheet.
public interface IStructuredObject : IEquatable<IStructuredObject>
Public Interface IStructuredObject
Inherits IEquatable(Of IStructuredObject)
Name | Description |
---|---|
HeaderRowCount | Gets the header row count. |
Name | Gets the name of IStructuredObject object. |
Range | Gets the range reference of the structured object. |
ReferenceSource | Gets the IReferenceSource object which contains the IStructuredObject object. |
TotalsRowCount | Gets the totals row count. |
Name | Description |
---|---|
GetColumnId(string) | Gets the relative column index of the specified column. |
GetColumnIndex(int) | Get the table column index of the specified column. |
GetColumnName(int) | Gets the table column name of the specified column. |
GetReplacedStructuredObj() | Get the replacement of this IStructuredObject in case it is removed. |
IsUndefined() | Determines whether this IStructuredObject object is undefined. |
SetColumnName(int, string) | Gets the table column name of the specified column. |