Class DocXExt.CustomBorderActionArgs
- Namespace
- SearchAThing.DocX
- Assembly
- netcore-docx.dll
SetBorder args. this object will created during set border on cell an passed to the custom user action; by setting if any leftBorder, topBorder, rightBorder, bottomBorder fields borders can be modified
public class DocXExt.CustomBorderActionArgs- Inheritance
- 
      
      DocXExt.CustomBorderActionArgs
- Inherited Members
Fields
bottomBorder
bottom border reference ( if null mean it was not exists, can be reassigned to a new )
public BottomBorder? bottomBorderField Value
cell
current cell
public TableCell cellField Value
cellSpanCount
current cell span count ( min 1 )
public int cellSpanCountField Value
colCount
numbers of columns
public int colCountField Value
colIdx
current col zerobased index
public int colIdxField Value
leftBorder
left border reference ( if null mean it was not exists, can be reassigned to a new )
public LeftBorder? leftBorderField Value
rightBorder
right border reference ( if null mean it was not exists, can be reassigned to a new )
public RightBorder? rightBorderField Value
row
current row
public TableRow rowField Value
rowCount
numbers of rows
public int rowCountField Value
rowIdx
current row zerobased index
public int rowIdxField Value
topBorder
top border reference ( if null mean it was not exists, can be reassigned to a new )
public TopBorder? topBorder