C# Class StoryTeller.Model.CellModifications

Inheritance: ICellExpression
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( Cell cell ) : void
DefaultValue ( string @default ) : ICellExpression
Editor ( string editor ) : ICellExpression
Header ( string header ) : ICellExpression
SelectionList ( string listName ) : ICellExpression
SelectionOptions ( ) : ICellExpression
SelectionValues ( ) : ICellExpression

Method Details

Apply() public méthode

public Apply ( Cell cell ) : void
cell Cell
Résultat void

DefaultValue() public méthode

public DefaultValue ( string @default ) : ICellExpression
@default string
Résultat ICellExpression

Editor() public méthode

public Editor ( string editor ) : ICellExpression
editor string
Résultat ICellExpression

Header() public méthode

public Header ( string header ) : ICellExpression
header string
Résultat ICellExpression

SelectionList() public méthode

public SelectionList ( string listName ) : ICellExpression
listName string
Résultat ICellExpression

SelectionOptions() public méthode

public SelectionOptions ( ) : ICellExpression
Résultat ICellExpression

SelectionValues() public méthode

public SelectionValues ( ) : ICellExpression
Résultat ICellExpression