예제 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="pIncludeType">Type of cells to apply this style, a cell can also derived by this type. If null all type are included.</param>
 /// <param name="pExcludeType">Type of cells to exclude, a cell can also derived by this type. If null all the cells are used.</param>
 /// <param name="pIncludeEditorValueType">Applied if the cell has the specified Type as a Editor.ValueType.</param>
 /// <param name="pView"></param>
 public StyleCell(Type pIncludeType, Type pExcludeType, Type pIncludeEditorValueType, Cells.Views.IView pView)
 {
     m_View                  = pView;
     m_IncludeType           = pIncludeType;
     m_ExcludeType           = pExcludeType;
     mIncludeEditorValueType = pIncludeEditorValueType;
 }
예제 #2
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="pIncludeType">Type of cells to apply this style, a cell can also derived by this type. If null all type are included.</param>
 /// <param name="pExcludeType">Type of cells to exclude, a cell can also derived by this type. If null all the cells are used.</param>
 /// <param name="pIncludeEditorValueType">Applied if the cell has the specified Type as a Editor.ValueType.</param>
 /// <param name="pView"></param>
 public StyleCell(Type pIncludeType, Type pExcludeType, Type pIncludeEditorValueType, Cells.Views.IView pView)
 {
     m_View = pView;
     m_IncludeType = pIncludeType;
     m_ExcludeType = pExcludeType;
     mIncludeEditorValueType = pIncludeEditorValueType;
 }