예제 #1
0
 def get_biff_data(self):
     return BIFFRecords.MulBlankRecord(self.__parent.get_index(),
                                       self.__col1, self.__col2,
                                       self.__xf_idx).get()
예제 #2
0
파일: Cell.py 프로젝트: xuezh01/SikuliX1
 def get_biff_data(self):
     return BIFFRecords.MulBlankRecord(self.rowx, self.colx1, self.colx2,
                                       self.xf_idx).get()