menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOutlineWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOutlineWrapper

    Contains outline information about.

    Inherited Members
    IOutline.ExtendedFormatIndex
    IOutline.Index
    IOutline.IsCollapsed
    IOutline.IsHidden
    IOutline.OutlineLevel
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [CLSCompliant(false)]
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved