Interface IOutlineWrapper
Contains outline information about.
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface IOutlineWrapper : IOutline
Properties
FirstIndex
First Index of the row/column.
Declaration
int FirstIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
GroupBy
Indicates the ExcelGroupBy type
Declaration
ExcelGroupBy GroupBy { get; set; }
Property Value
Type |
---|
ExcelGroupBy |
LastIndex
Last index of the row/column.
Declaration
int LastIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Outline
Indicates the Outline object
Declaration
IOutline Outline { get; set; }
Property Value
Type |
---|
IOutline |
OutlineRange
Indicates the Grouped range
Declaration
IRange OutlineRange { get; set; }
Property Value
Type |
---|
IRange |