'宣言 Sub Removing( _ ByVal parentGrid As C1FlexGrid, _ ByVal rowIndex As System.Integer _ )
void Removing( C1FlexGrid parentGrid, System.int rowIndex )
パラメータ
- parentGrid
 - FlexGrid which displays detail control.
 - rowIndex
 - Index of parent detail row.
 
'宣言 Sub Removing( _ ByVal parentGrid As C1FlexGrid, _ ByVal rowIndex As System.Integer _ )
void Removing( C1FlexGrid parentGrid, System.int rowIndex )
void IC1FlexGridRowDetail.Removing(C1FlexGrid parentGrid, int rowIndex) { // No resources to release }