private static ParagraphFormatCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ParagraphFormatCellQuery();
     return _mCellQuery;
 }
예제 #2
0
 private static ParagraphFormatCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new ParagraphFormatCellQuery();
     return(_mCellQuery);
 }