C# Class StoryTeller.Engine.HeaderAttribute

Inheritance: System.Attribute, ICellModifier
Exibir arquivo Open project: adymitruk/storyteller

Public Methods

Method Description
HeaderAttribute ( string header ) : System
Modify ( Cell cell ) : void

Method Details

HeaderAttribute() public method

public HeaderAttribute ( string header ) : System
header string
return System

Modify() public method

public Modify ( Cell cell ) : void
cell Cell
return void