OfficeToPDFOptionsGetExcelDefaultCellBorderWidth Method |
Gets the value ExcelDefaultCellBorderWidth from the options object
Cell border width for table cells that would normally be drawn with no border. In units of points. Can be used to achieve a similar effect to the "show gridlines" display option within Microsoft Excel.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetExcelDefaultCellBorderWidth()
Public Function GetExcelDefaultCellBorderWidth As Double
public:
virtual double GetExcelDefaultCellBorderWidth() sealed
function GetExcelDefaultCellBorderWidth();
Return Value
Type:
Doublea double, Cell border width for table cells that would normally be drawn with no border. In units of points. Can be used to achieve a similar effect to the "show gridlines" display option within Microsoft Excel..
See Also