'Declaration Public Overloads Sub SetBorder( _
ByVal borderSourceИсточник границы.As OpenXmlDocumentTableCell, _
ByVal firstCellIndexОтсчитываемый от нуля индекс первой ячейки в этой строке.As System.Int32, _
ByVal lastCellIndexОтсчитываемый от нуля индекс последней ячейки в этой строке.As System.Int32, _
ByVal borderSideСторона границы.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
- Источник границы.
- firstCellIndex
- Отсчитываемый от нуля индекс первой ячейки в этой строке.
- lastCellIndex
- Отсчитываемый от нуля индекс последней ячейки в этой строке.
- borderSide
- Сторона границы.