DataGridViewRowCollection.GetRowsHeight(DataGridViewElementStates) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回满足指定条件的 DataGridViewRow 对象的累积高度。
public:
int GetRowsHeight(System::Windows::Forms::DataGridViewElementStates includeFilter);
public int GetRowsHeight (System.Windows.Forms.DataGridViewElementStates includeFilter);
member this.GetRowsHeight : System.Windows.Forms.DataGridViewElementStates -> int
Public Function GetRowsHeight (includeFilter As DataGridViewElementStates) As Integer
参数
- includeFilter
- DataGridViewElementStates
DataGridViewElementStates 值的按位组合。
返回
具有 includeFilter
指定的特性的 DataGridViewRowCollection 中的 DataGridViewRow 对象的累积高度。
例外
includeFilter
不是 DataGridViewElementStates 值的有效按位组合。