'Declaration Public Overloads Sub SetBorder( _
ByVal borderSourceThe border source.As OpenXmlDocumentTableCell, _
ByVal firstCellIndexThe zero-based index of first cell in thisrow.As System.Int32, _
ByVal lastCellIndexThe zero-based index of last cell in thisrow.As System.Int32, _
ByVal borderSideThe border side.As Vintasoft.Imaging.Office.BorderSide _
)
public void SetBorder(
OpenXmlDocumentTableCell borderSource,
System.Int32 firstCellIndex,
System.Int32 lastCellIndex,
Vintasoft.Imaging.Office.BorderSide borderSide
)
public: void SetBorder(
OpenXmlDocumentTableCell* borderSource,
System.Int32 firstCellIndex,
System.Int32 lastCellIndex,
Vintasoft.Imaging.Office.BorderSide borderSide
)
public:
void SetBorder(
OpenXmlDocumentTableCell^ borderSource,
System.Int32 firstCellIndex,
System.Int32 lastCellIndex,
Vintasoft.Imaging.Office.BorderSide borderSide
)
Parameters
- borderSource
- The border source.
- firstCellIndex
- The zero-based index of first cell in thisrow.
- lastCellIndex
- The zero-based index of last cell in thisrow.
- borderSide
- The border side.