Aspose::Cells::Comment::GetColumn method

Comment::GetColumn method

Gets the column index of the comment.

int32_t Aspose::Cells::Comment::GetColumn()

Examples

int column = comment1.GetColumn();

See Also