HotXLS-dokumentation
Innehåll
Startsida
Översikt
TGridToXLS
IXLSWorkbook
Startsida
Innehåll
Översikt
DetailBorderStyle egenskap
Anger the style of border for the detail area. The default value is BorderStyleNone. Read/write TBorderStyle
Syntax
property DetailBorderStyle: TBorderStyle;
Beskrivning
DetailBorderStyle can be one of these TBorderStyle constants
BorderStyleNone
BorderStyleSingleHair
BorderStyleSingleThick
BorderStyleSingleThin
BorderStyleDouble
Exempel
This example specifies the border in the detail area
DataToXLS1.DetailBorderStyle := BorderStyleSingleHair;
Copyright © 2010-2026 losLab Software