github.com/shakinm/xlsReader@v0.9.12/xls/structure/FormatRun.go (about)

     1  package structure
     2  
     3  type FormatRun struct {
     4  	Ich  [2] byte
     5  	Ifnt FontIndex
     6  }