[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.AddColumnFooterSpanCell

AddColumnFooterSpanCell Method

AddColumnFooterSpanCell(int, int, int, int)

Adds a span of cells to a column footer for a sheet.

Declaration
public void AddColumnFooterSpanCell(int row, int column, int rowCount, int columnCount)
Public Sub AddColumnFooterSpanCell(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int row

Row index of cell to start span

int column

Column index of cell to start span

int rowCount

Number of rows to span

int columnCount

Number of columns to span