'Declaration
Protected Overridable Sub OnAddColumnFooterRows( _
ByVal As Integer, _
ByVal As Integer _
)
'使用法
Dim instance As SheetView
Dim row As Integer
Dim count As Integer
instance.OnAddColumnFooterRows(row, count)
protected virtual void OnAddColumnFooterRows(
int ,
int
)