menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartAlrunsRecord.TRuns

    Inheritance
    System.Object
    ChartAlrunsRecord.TRuns
    Implements
    System.ICloneable
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class TRuns : Object, ICloneable

    Constructors

    TRuns(UInt16, UInt16)

    Creates new instance of TRuns.

    Declaration
    public TRuns(ushort firstChar, ushort fontIndex)
    Parameters
    Type Name Description
    System.UInt16 firstChar

    Base first char.

    System.UInt16 fontIndex

    Base font index.

    Properties

    FirstCharIndex

    Gets or sets first char index.

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

    FontIndex

    Gets or sets font index.

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

    Methods

    Clone()

    Declaration
    public object Clone()
    Returns
    Type
    System.Object

    Implements

    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved