'Declaration Public Function GetCellBorders( _
ByVal cellStyleThe cell style.As CellStyle _
) As CellBorders
public CellBorders GetCellBorders(
CellStyle cellStyle
)
public: CellBorders* GetCellBorders(
CellStyle* cellStyle
)
public:
CellBorders^ GetCellBorders(
CellStyle^ cellStyle
)
Parameters
- cellStyle
- The cell style.
Return Value
The cell borders.