Skip to content

Anonymous

My feedback

5 results found

  1. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Anonymous commented  · 

    I have a script that sets a row height to 0 but cannot do the same with a column.
    Uwe, how is that accomplished with a script.

    Row height 0 script attached

    main();

    function main() {
    // Main function goes here
    var myRow = getRow();
    myRow.autoGrow = false;
    myRow.height = 0;
    return (0);
    }

    function getRow() {
    if (app.selection.length > 0) {
    var mySelection = app.selection[0];
    if (mySelection.parent.constructor.name == 'Cell') {
    return mySelection.parent.parentRow;
    } else if (mySelection.constructor.name == 'Cell') {
    return mySelection.parentRow;
    }
    }
    alert ('Cursor not in a table\ror illegal selection.');
    exit();
    }

  2. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Anonymous shared this idea  · 
  3. 868 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Anonymous supported this idea  · 
  4. 37 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Anonymous supported this idea  · 
  5. 194 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Anonymous supported this idea  · 

Feedback and Knowledge Base