OfficeToPDFOptionsSetExcelDefaultCellBorderWidth Method |
Sets the value for ExcelDefaultCellBorderWidth in 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 OfficeToPDFOptions SetExcelDefaultCellBorderWidth(
double value
)
Public Function SetExcelDefaultCellBorderWidth (
value As Double
) As OfficeToPDFOptions
public:
virtual OfficeToPDFOptions^ SetExcelDefaultCellBorderWidth(
[InAttribute] double value
) sealed
function SetExcelDefaultCellBorderWidth(value);
Parameters
- value
- Type: SystemDouble
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.
Return Value
Type:
OfficeToPDFOptions[Missing <returns> documentation for "M:pdftron.PDF.OfficeToPDFOptions.SetExcelDefaultCellBorderWidth(System.Double)"]
See Also