alexa

    Show / Hide Table of Contents

    Struct RStringRecord.TFormattingRun

    Rich text formatting run.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [CLSCompliant(false)]
    public struct TFormattingRun

    Fields

    FirstChar

    First formatted character (zero-based).

    Declaration
    public ushort FirstChar
    Field Value
    Type
    System.UInt16

    FormatIndex

    Index to FONT record.

    Declaration
    public ushort FormatIndex
    Field Value
    Type
    System.UInt16
    Back to top Generated by DocFX