罫線を引きます。
Namespace: YiaoWang.Vender.OfficeAssembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public void WriteBorders(
int startRowNo,
int startColNo,
int endRowNo,
int endColNo,
YWExcelEdges edge,
YWExcelLines line
) |
Visual Basic |
---|
Public Sub WriteBorders ( _
startRowNo As Integer, _
startColNo As Integer, _
endRowNo As Integer, _
endColNo As Integer, _
edge As YWExcelEdges, _
line As YWExcelLines _
) |
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentOutOfRangeException | 行番号、もしくは、列番号が使用可能範囲外です。 |
See Also