Row.SetHeight(Single, WdRowHeightRule) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define a altura das linhas da tabela.
public:
void SetHeight(float RowHeight, Microsoft::Office::Interop::Word::WdRowHeightRule HeightRule);
public void SetHeight (float RowHeight, Microsoft.Office.Interop.Word.WdRowHeightRule HeightRule);
abstract member SetHeight : single * Microsoft.Office.Interop.Word.WdRowHeightRule -> unit
Public Sub SetHeight (RowHeight As Single, HeightRule As WdRowHeightRule)
Parâmetros
- RowHeight
- Single
Obrigatório single. A altura das linhas ou das linhas, em pontos.
- HeightRule
- WdRowHeightRule
Necessário WdRowHeightRule. A regra para determinar a altura das linhas especificadas. WdRowHeightRule pode ser uma das seguintes constantes:wdRowHeightAtLeastwdRowHeightExactlywdRowHeightAuto