Class ChartAlrunsRecord.TRuns
Inheritance
System.Object
ChartAlrunsRecord.TRuns
Implements
System.ICloneable
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.UWP.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