Example #1
0
 internal void DefineSharedStyle(string id)
 {
     m_context = new DefineSharedStyle(this, id);
 }
Example #2
0
 internal void SetContext(StyleState state)
 {
     m_context = state;
 }
Example #3
0
 internal void Reset()
 {
     m_context  = null;
     m_cellIxfe = 15;
 }