menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOutline - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOutline

    Contains outline information about.

    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved