private static ShapeFormatCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ShapeFormatCellQuery();
     return _mCellQuery;
 }
Example #2
0
 private static ShapeFormatCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ShapeFormatCellQuery();
     return(_mCellQuery);
 }