Class ChartsheetChartsCollection
Inheritance
System.Object
ChartsheetChartsCollection
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ChartsheetChartsCollection : SheetChartsCollection
Constructors
ChartsheetChartsCollection(Chartsheet)
Declaration
public ChartsheetChartsCollection(Chartsheet chartsheet)
Parameters
Properties
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Add<TC>(Int32, String, SizeEmu)
Declaration
public TC Add<TC>(int id, string name, SizeEmu size)
where TC : SheetChart
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.String |
name |
|
SizeEmu |
size |
|
Returns
Type Parameters
Get<TC>(String)
Declaration
public TC Get<TC>(string name)
where TC : SheetChart
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type Parameters