class CrystalXlsx::Pane

Defined in:

crystal_xlsx/pane.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(xSplit : Int32, ySplit : Int32, topLeftCell : String, activePane : String, state : String) #

[View source]

Instance Method Detail

def activePane : String #

[View source]
def activePane=(activePane : String) #

[View source]
def state : String #

[View source]
def state=(state : String) #

[View source]
def to_xml(xml) #

[View source]
def topLeftCell : String #

[View source]
def topLeftCell=(topLeftCell : String) #

[View source]
def xSplit : Int32 #

[View source]
def xSplit=(xSplit : Int32) #

[View source]
def ySplit : Int32 #

[View source]
def ySplit=(ySplit : Int32) #

[View source]