menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class OutlineWrapper

    Outline Wrapper for Outline. Redirects the properties to the Outline

    Inheritance
    System.Object
    CommonWrapper
    OutlineWrapper
    Implements
    IOptimizedUpdate
    ICloneParent
    IOutlineWrapper
    IOutline
    Inherited Members
    CommonWrapper.BeginCallsCount
    CommonWrapper.BeginUpdate()
    CommonWrapper.Clone(Object)
    CommonWrapper.EndUpdate()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class OutlineWrapper : CommonWrapper, IOptimizedUpdate, ICloneParent, IOutlineWrapper, IOutline

    Constructors

    OutlineWrapper()

    Declaration
    public OutlineWrapper()

    Properties

    ExtendedFormatIndex

    Returns or sets the Extended format index value for an outline range

    Declaration
    public ushort ExtendedFormatIndex { get; set; }
    Property Value
    Type
    System.UInt16

    FirstIndex

    Returns or sets the First Row/Column index for the Outline

    Declaration
    public int FirstIndex { get; set; }
    Property Value
    Type
    System.Int32

    GroupBy

    Returns or sets the Excel Group by Enum value

    Declaration
    public ExcelGroupBy GroupBy { get; set; }
    Property Value
    Type
    ExcelGroupBy

    Index

    Returns or sets the index value

    Declaration
    public ushort Index { get; set; }
    Property Value
    Type
    System.UInt16

    IsCollapsed

    Returns or sets the IsCollapsed value for an outline

    Declaration
    public bool IsCollapsed { get; set; }
    Property Value
    Type
    System.Boolean

    IsHidden

    Returns or sets the IsHidden value for an outline

    Declaration
    public bool IsHidden { get; set; }
    Property Value
    Type
    System.Boolean

    LastIndex

    Returns or sets the Last Row/Column index for the Outline

    Declaration
    public int LastIndex { get; set; }
    Property Value
    Type
    System.Int32

    Outline

    Returns or sets the IOutline object

    Declaration
    public IOutline Outline { get; set; }
    Property Value
    Type
    IOutline

    OutlineLevel

    Returns or sets the outline level value for an outline

    Declaration
    public ushort OutlineLevel { get; set; }
    Property Value
    Type
    System.UInt16

    OutlineRange

    Returns or sets the IRange value for a specified outline

    Declaration
    public IRange OutlineRange { get; set; }
    Property Value
    Type
    IRange

    Implements

    IOptimizedUpdate
    ICloneParent
    IOutlineWrapper
    IOutline
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved