Interface IOutline
Contains outline information about.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface IOutline
Properties
ExtendedFormatIndex
Index of extended format.
Declaration
ushort ExtendedFormatIndex { get; set; }
Property Value
Type |
---|
System.UInt16 |
Index
Row or column index.
Declaration
ushort Index { get; set; }
Property Value
Type |
---|
System.UInt16 |
IsCollapsed
Indicates whether object is collapsed.
Declaration
bool IsCollapsed { get; set; }
Property Value
Type |
---|
System.Boolean |
IsHidden
Indicates whether object is hidden.
Declaration
bool IsHidden { get; set; }
Property Value
Type |
---|
System.Boolean |
OutlineLevel
Outline level.
Declaration
ushort OutlineLevel { get; set; }
Property Value
Type |
---|
System.UInt16 |