Sets a new column header for the specified column.
Syntax
'Declaration
Public Sub SetColumnHeader( _
ByVal columnIndex As Integer, _
ByVal As Integer, _
ByVal As Rectangle _
)
'Usage
Dim instance As FormTable
Dim columnIndex As Integer
Dim documentPageIndex As Integer
Dim area As Rectangle
instance.SetColumnHeader(columnIndex, documentPageIndex, area)
public void SetColumnHeader(
int columnIndex,
int ,
Rectangle
)
public: void SetColumnHeader(
int columnIndex,
int ,
Rectangle
)
public:
void SetColumnHeader(
int columnIndex,
int ,
Rectangle
)
Parameters
- columnIndex
- Zero-based index of the column for which to set a new header.
- documentPageIndex
- Zero-based index of the DocumentPage containing the new column header.
- area
- Area of the new column header. Measured in pixels from the top left of the specified DocumentPage.
Exceptions
See Also