ExcelWriter Xojo Plugin

ExcelWriterFormat.SetBorder Method

Sets border attributes for the format.

SetBorder(
   sides as ExcelWriterFormat.SideValues,
   style as ExcelWriterFormat.BorderStyleValues)

Parameters

sides
A ExcelWriterFormat.SideValues enum value representing which sides to set border for.
style
A ExcelWriterFormat.BoderStyleValues enum value choosing what kind of border to set.

Remarks

You can call this method more than once to create more combinations of border flags.

See Also

ExcelWriterFormat Class