Show / Hide Table of Contents

Class ChartsheetChartsCollection

Inheritance
System.Object
SheetChartsCollection
ChartsheetChartsCollection
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ChartsheetChartsCollection : SheetChartsCollection

Constructors

ChartsheetChartsCollection(Chartsheet)

Declaration
public ChartsheetChartsCollection(Chartsheet chartsheet)
Parameters
Type Name Description
Chartsheet chartsheet

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 Description
TC
Type Parameters
Name Description
TC

Get<TC>(String)

Declaration
public TC Get<TC>(string name)
    where TC : SheetChart
Parameters
Type Name Description
System.String name
Returns
Type Description
TC
Type Parameters
Name Description
TC
Back to top Generated by DocFX