본문 바로가기

IT 포커스

VaSpread Row(줄) 삭제코드

grdDetails.Row = grdDetails.ActiveRow 'Set row u want to delete , this code deleting the active row
grdDetails.Action = 5 'Will delete the row
grdDetails.MaxRows = grdDetails.MaxRows - 1 'Adjust the number of rows