Class ChartAlrunsRecord.TRuns
Inheritance
System.Object
ChartAlrunsRecord.TRuns
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class TRuns : 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