I lang tid har samarbejdsbranchen fokuseret på at forbedre enhedsfunktioner – bedre kameraer, klarere lyd og smartere software. Men den virkelige forvandling handler ikke om funktioner.
Constant Value Description flexAlignLeftTop 0 The cell content is aligned left, top. flexAlignLeftCenter 1 Default for strings. The cell content is aligned left, center. flexAlignLeftBottom 2 The cell content is aligned left, bottom. flexAlignCenterTop 3 The cell content is aligned center, top. flexAlignCenterCenter 4 The cell content is aligned center, center. flexAlignCenterBottom 5 The cell content is aligned center, bottom. flexAlignRightTop 6 The cell content is aligned right, top. flexAlignRightCenter 7 Default for numbers. The cell content is aligned right, center. flexAlignRightBottom 8 The cell content is aligned right, bottom. flexAlignGeneral 9 The cell content is of general alignment. This is "left, center" for strings and "right, center" for numbers.
Det er ikke rigtigt af cellalignment ikke findes. Igen fra hjælpen, det er VB5.
Du kan flytte celleindholdet rundt i hjørnene eller centrere det både horisontalt og vertikalt.
Syntax
object.CellAlignment [= value ]
The CellAlignment property syntax has these parts:
Part Description object An object expression that evaluates to an object in the Applies To list. value An integer or constant specifying how text should be aligned within cells, as described in Settings. Settings
The settings for value are:
Constant Value Description flexAlignLeftTop 0 Left Top flexAlignLeftCenter 1 Left Center (default for strings) flexAlignLeftBottom 2 Left Bottom flexAlignCenterTop 3 Center Top flexAlignCenterCenter 4 Center Center flexAlignCenterBottom 5 Center Bottom flexAlignRightTop 6 Right Top flexAlignRightCenter 7 Right Center (default for numbers) flexAlignRightBottom 8 Right Bottom flexAlignGeneral 9 General: Left Center for strings, Right Center for numbers
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.