C# Class SIL.FieldWorks.FDO.DomainImpl.ConstChartRowFactory

Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
Create ( IDsConstChart chart, int insertAt, ITsString rowLabel ) : IConstChartRow

Creates a new Chart Row with the specified row number/letter label at the specified location in the specified chart.

Method Details

Create() public method

Creates a new Chart Row with the specified row number/letter label at the specified location in the specified chart.
public Create ( IDsConstChart chart, int insertAt, ITsString rowLabel ) : IConstChartRow
chart IDsConstChart
insertAt int
rowLabel ITsString
return IConstChartRow