class CrystalXlsx::Pane
- CrystalXlsx::Pane
- Reference
- Object
Defined in:
crystal_xlsx/pane.crConstructors
Instance Method Summary
- #activePane : String
- #activePane=(activePane : String)
- #state : String
- #state=(state : String)
- #to_xml(xml)
- #topLeftCell : String
- #topLeftCell=(topLeftCell : String)
- #xSplit : Int32
- #xSplit=(xSplit : Int32)
- #ySplit : Int32
- #ySplit=(ySplit : Int32)
Constructor Detail
def self.new(xSplit : Int32, ySplit : Int32, topLeftCell : String, activePane : String, state : String)
#