ExcelReader Xojo Component

Border.Constructor Constructor

Constructs a Border object from BorderStyleValues enum.

Constructor(
   style as BorderStyleValues)

Parameters

style
Style of the border. This can be any value from ExcelReader.Border.BorderStyleValues

Remarks

You should never have to construct a Border object the reader framework will do that for you.

See Also

Border Class