Struct windows_sys::Win32::UI::Controls::RichEdit::TABLEROWPARMS
#[repr(C)]pub struct TABLEROWPARMS {
pub cbRow: u8,
pub cbCell: u8,
pub cCell: u8,
pub cRow: u8,
pub dxCellMargin: i32,
pub dxIndent: i32,
pub dyHeight: i32,
pub _bitfield: u32,
pub cpStartRow: i32,
pub bTableLevel: u8,
pub iCell: u8,
}Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields§
§cbRow: u8§cbCell: u8§cCell: u8§cRow: u8§dxCellMargin: i32§dxIndent: i32§dyHeight: i32§_bitfield: u32§cpStartRow: i32§bTableLevel: u8§iCell: u8