'Declaration Public Overloads Sub SetBorder( _
ByVal borderSourceЯчейка, из которой необходимо скопировать стиль границы.As OpenXmlDocumentTableCell, _
ByVal firstCellIndexОтсчитываемый от нуля индекс первой ячейки в этой строке.As System.Int32, _
ByVal lastCellIndexОтсчитываемый от нуля индекс последней ячейки в этой строке.As System.Int32 _
)
public void SetBorder(
OpenXmlDocumentTableCell borderSource,
System.Int32 firstCellIndex,
System.Int32 lastCellIndex
)
public: void SetBorder(
OpenXmlDocumentTableCell* borderSource,
System.Int32 firstCellIndex,
System.Int32 lastCellIndex
)
public:
void SetBorder(
OpenXmlDocumentTableCell^ borderSource,
System.Int32 firstCellIndex,
System.Int32 lastCellIndex
)
Parameters
- borderSource
- Ячейка, из которой необходимо скопировать стиль границы.
- firstCellIndex
- Отсчитываемый от нуля индекс первой ячейки в этой строке.
- lastCellIndex
- Отсчитываемый от нуля индекс последней ячейки в этой строке.